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