is not current version
Last Version 2.14.0

com.github.nawforce:apex-parser 2.12.0

Salesforce Apex parser

GroupId

GroupId

com.github.nawforce
ArtifactId

ArtifactId

apex-parser
Version

Version

2.12.0
Type

Type

jar

Download apex-parser 2.12.0


<!-- 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"]