License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdorg.antlr |
ArtifactId | ArtifactIdantlrworks |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionANTLRWorks
ANTLRWorks 1
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
antlrworks-1.5.2.pom | |
antlrworks-1.5.2.jar | 1 MB |
antlrworks-1.5.2-sources.jar | 856 KB |
antlrworks-1.5.2-javadoc.jar | 3 MB |
antlrworks-1.5.2-complete.jar | 2 MB |
antlrworks-1.5.2-complete-sources.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.antlr/antlrworks/ -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlrworks</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/antlrworks/
implementation 'org.antlr:antlrworks:1.5.2'
// https://jarcasting.com/artifacts/org.antlr/antlrworks/
implementation ("org.antlr:antlrworks:1.5.2")
'org.antlr:antlrworks:jar:1.5.2'
<dependency org="org.antlr" name="antlrworks" rev="1.5.2">
<artifact name="antlrworks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='antlrworks', version='1.5.2')
)
libraryDependencies += "org.antlr" % "antlrworks" % "1.5.2"
[org.antlr/antlrworks "1.5.2"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr-runtime | jar | 3.5.1 |
org.antlr : antlr | jar | 3.5.1 |
org.antlr : stringtemplate | jar | 3.2.1 |
com.jgoodies : forms | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
com.apple : AppleJavaExtensions | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |