| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
| GroupId | GroupIdcom.github.julianthome |
| ArtifactId | ArtifactIdinmemantlr-api |
| Last Version | Last Version1.9.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionIn-memory compilation of ANTLR grammars
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| inmemantlr-api-1.9.2.pom | |
| inmemantlr-api-1.9.2.jar | 82 KB |
| inmemantlr-api-1.9.2-sources.jar | 79 KB |
| inmemantlr-api-1.9.2-javadoc.jar | 691 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.julianthome/inmemantlr-api/ -->
<dependency>
<groupId>com.github.julianthome</groupId>
<artifactId>inmemantlr-api</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.julianthome/inmemantlr-api/
implementation 'com.github.julianthome:inmemantlr-api:1.9.2'
// https://jarcasting.com/artifacts/com.github.julianthome/inmemantlr-api/
implementation ("com.github.julianthome:inmemantlr-api:1.9.2")
'com.github.julianthome:inmemantlr-api:jar:1.9.2'
<dependency org="com.github.julianthome" name="inmemantlr-api" rev="1.9.2">
<artifact name="inmemantlr-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.julianthome', module='inmemantlr-api', version='1.9.2')
)
libraryDependencies += "com.github.julianthome" % "inmemantlr-api" % "1.9.2"
[com.github.julianthome/inmemantlr-api "1.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.antlr : antlr4 | jar | 4.9.3 |
| commons-io : commons-io | jar | 2.11.0 |
| org.apache.commons : commons-text | jar | 1.9 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.6 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.slf4j : slf4j-simple | jar | 1.7.32 |