Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
---|---|
GroupId | GroupIdorg.opendaylight.yangtools.thirdparty |
ArtifactId | ArtifactIdantlr-runtime-osgi |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
antlr-runtime-osgi-4.0.pom | |
antlr-runtime-osgi-4.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools.thirdparty/antlr-runtime-osgi/ -->
<dependency>
<groupId>org.opendaylight.yangtools.thirdparty</groupId>
<artifactId>antlr-runtime-osgi</artifactId>
<version>4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools.thirdparty/antlr-runtime-osgi/
implementation 'org.opendaylight.yangtools.thirdparty:antlr-runtime-osgi:4.0'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools.thirdparty/antlr-runtime-osgi/
implementation ("org.opendaylight.yangtools.thirdparty:antlr-runtime-osgi:4.0")
'org.opendaylight.yangtools.thirdparty:antlr-runtime-osgi:pom:4.0'
<dependency org="org.opendaylight.yangtools.thirdparty" name="antlr-runtime-osgi" rev="4.0">
<artifact name="antlr-runtime-osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools.thirdparty', module='antlr-runtime-osgi', version='4.0')
)
libraryDependencies += "org.opendaylight.yangtools.thirdparty" % "antlr-runtime-osgi" % "4.0"
[org.opendaylight.yangtools.thirdparty/antlr-runtime-osgi "4.0"]