License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdorg.tros |
ArtifactId | ArtifactIdantlr4-runtime-android |
Last Version | Last Version4.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionANTLR 4 Runtime For Android
The ANTLR 4 Runtime For Android
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.tros/antlr4-runtime-android/ -->
<dependency>
<groupId>org.tros</groupId>
<artifactId>antlr4-runtime-android</artifactId>
<version>4.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tros/antlr4-runtime-android/
implementation 'org.tros:antlr4-runtime-android:4.5.1'
// https://jarcasting.com/artifacts/org.tros/antlr4-runtime-android/
implementation ("org.tros:antlr4-runtime-android:4.5.1")
'org.tros:antlr4-runtime-android:jar:4.5.1'
<dependency org="org.tros" name="antlr4-runtime-android" rev="4.5.1">
<artifact name="antlr4-runtime-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tros', module='antlr4-runtime-android', version='4.5.1')
)
libraryDependencies += "org.tros" % "antlr4-runtime-android" % "4.5.1"
[org.tros/antlr4-runtime-android "4.5.1"]