| Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
|---|---|
| GroupId | GroupIdorg.antlr |
| ArtifactId | ArtifactIdgunit |
| Version | Version3.5-rc-2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gunit-3.5-rc-2.pom | |
| gunit-3.5-rc-2.jar | 278 KB |
| gunit-3.5-rc-2-sources.jar | 180 KB |
| gunit-3.5-rc-2-javadoc.jar | 667 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.antlr/gunit/ -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>gunit</artifactId>
<version>3.5-rc-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/gunit/
implementation 'org.antlr:gunit:3.5-rc-2'
// https://jarcasting.com/artifacts/org.antlr/gunit/
implementation ("org.antlr:gunit:3.5-rc-2")
'org.antlr:gunit:jar:3.5-rc-2'
<dependency org="org.antlr" name="gunit" rev="3.5-rc-2">
<artifact name="gunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='gunit', version='3.5-rc-2')
)
libraryDependencies += "org.antlr" % "gunit" % "3.5-rc-2"
[org.antlr/gunit "3.5-rc-2"]