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