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