Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
---|---|
GroupId | GroupIdorg.craftsmenlabs.gareth |
ArtifactId | ArtifactIdgareth-antlr |
Version | Version0.8.5 |
Type | Typejar |
Filename | Size |
---|---|
gareth-antlr-0.8.5.pom | |
gareth-antlr-0.8.5.jar | 19 KB |
gareth-antlr-0.8.5-sources.jar | 16 KB |
gareth-antlr-0.8.5-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.craftsmenlabs.gareth/gareth-antlr/ -->
<dependency>
<groupId>org.craftsmenlabs.gareth</groupId>
<artifactId>gareth-antlr</artifactId>
<version>0.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftsmenlabs.gareth/gareth-antlr/
implementation 'org.craftsmenlabs.gareth:gareth-antlr:0.8.5'
// https://jarcasting.com/artifacts/org.craftsmenlabs.gareth/gareth-antlr/
implementation ("org.craftsmenlabs.gareth:gareth-antlr:0.8.5")
'org.craftsmenlabs.gareth:gareth-antlr:jar:0.8.5'
<dependency org="org.craftsmenlabs.gareth" name="gareth-antlr" rev="0.8.5">
<artifact name="gareth-antlr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftsmenlabs.gareth', module='gareth-antlr', version='0.8.5')
)
libraryDependencies += "org.craftsmenlabs.gareth" % "gareth-antlr" % "0.8.5"
[org.craftsmenlabs.gareth/gareth-antlr "0.8.5"]