License |
License |
---|---|
GroupId | GroupIdcom.github.nawforce |
ArtifactId | ArtifactIdapex-parser |
Last Version | Last Version2.14.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionapex-parser
Salesforce Apex parser
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
apex-parser-2.14.0.pom | |
apex-parser-2.14.0.jar | 341 KB |
apex-parser-2.14.0-sources.jar | 97 KB |
apex-parser-2.14.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.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nawforce/apex-parser/
implementation 'com.github.nawforce:apex-parser:2.14.0'
// https://jarcasting.com/artifacts/com.github.nawforce/apex-parser/
implementation ("com.github.nawforce:apex-parser:2.14.0")
'com.github.nawforce:apex-parser:jar:2.14.0'
<dependency org="com.github.nawforce" name="apex-parser" rev="2.14.0">
<artifact name="apex-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nawforce', module='apex-parser', version='2.14.0')
)
libraryDependencies += "com.github.nawforce" % "apex-parser" % "2.14.0"
[com.github.nawforce/apex-parser "2.14.0"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.8-1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |