| Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
|---|---|
| GroupId | GroupIdcom.github.julianthome |
| ArtifactId | ArtifactIdinmemantlr-tool |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| inmemantlr-tool-1.4.pom | |
| inmemantlr-tool-1.4.jar | 16 MB |
| inmemantlr-tool-1.4-sources.jar | 4 KB |
| inmemantlr-tool-1.4-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.julianthome/inmemantlr-tool/ -->
<dependency>
<groupId>com.github.julianthome</groupId>
<artifactId>inmemantlr-tool</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.julianthome/inmemantlr-tool/
implementation 'com.github.julianthome:inmemantlr-tool:1.4'
// https://jarcasting.com/artifacts/com.github.julianthome/inmemantlr-tool/
implementation ("com.github.julianthome:inmemantlr-tool:1.4")
'com.github.julianthome:inmemantlr-tool:jar:1.4'
<dependency org="com.github.julianthome" name="inmemantlr-tool" rev="1.4">
<artifact name="inmemantlr-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.julianthome', module='inmemantlr-tool', version='1.4')
)
libraryDependencies += "com.github.julianthome" % "inmemantlr-tool" % "1.4"
[com.github.julianthome/inmemantlr-tool "1.4"]