License |
License |
---|---|
GroupId | GroupIdcom.github.nawforce |
ArtifactId | ArtifactIdapex-parser |
Version | Version2.11.0 |
Type | Typejar |
Description |
Descriptionapex-parser
Salesforce Apex parser
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
apex-parser-2.11.0.pom | |
apex-parser-2.11.0.jar | 341 KB |
apex-parser-2.11.0-sources.jar | 139 KB |
apex-parser-2.11.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.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nawforce/apex-parser/
implementation 'com.github.nawforce:apex-parser:2.11.0'
// https://jarcasting.com/artifacts/com.github.nawforce/apex-parser/
implementation ("com.github.nawforce:apex-parser:2.11.0")
'com.github.nawforce:apex-parser:jar:2.11.0'
<dependency org="com.github.nawforce" name="apex-parser" rev="2.11.0">
<artifact name="apex-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nawforce', module='apex-parser', version='2.11.0')
)
libraryDependencies += "com.github.nawforce" % "apex-parser" % "2.11.0"
[com.github.nawforce/apex-parser "2.11.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 |