GroupId | GroupIdcom.github.nawforce |
---|---|
ArtifactId | ArtifactIdapex-parser |
Version | Version2.12.0 |
Type | Typejar |
Filename | Size |
---|---|
apex-parser-2.12.0.pom | |
apex-parser-2.12.0.jar | 341 KB |
apex-parser-2.12.0-sources.jar | 139 KB |
apex-parser-2.12.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nawforce/apex-parser/ -->
<dependency>
<groupId>com.github.nawforce</groupId>
<artifactId>apex-parser</artifactId>
<version>2.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nawforce/apex-parser/
implementation 'com.github.nawforce:apex-parser:2.12.0'
// https://jarcasting.com/artifacts/com.github.nawforce/apex-parser/
implementation ("com.github.nawforce:apex-parser:2.12.0")
'com.github.nawforce:apex-parser:jar:2.12.0'
<dependency org="com.github.nawforce" name="apex-parser" rev="2.12.0">
<artifact name="apex-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nawforce', module='apex-parser', version='2.12.0')
)
libraryDependencies += "com.github.nawforce" % "apex-parser" % "2.12.0"
[com.github.nawforce/apex-parser "2.12.0"]