Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler Hibernate Data ORM |
---|---|
GroupId | GroupIdhibernate |
ArtifactId | ArtifactIdantlr |
Last Version | Last Version2.7.5H3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
antlr-2.7.5H3.pom | |
antlr-2.7.5H3.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hibernate/antlr/ -->
<dependency>
<groupId>hibernate</groupId>
<artifactId>antlr</artifactId>
<version>2.7.5H3</version>
</dependency>
// https://jarcasting.com/artifacts/hibernate/antlr/
implementation 'hibernate:antlr:2.7.5H3'
// https://jarcasting.com/artifacts/hibernate/antlr/
implementation ("hibernate:antlr:2.7.5H3")
'hibernate:antlr:jar:2.7.5H3'
<dependency org="hibernate" name="antlr" rev="2.7.5H3">
<artifact name="antlr" type="jar" />
</dependency>
@Grapes(
@Grab(group='hibernate', module='antlr', version='2.7.5H3')
)
libraryDependencies += "hibernate" % "antlr" % "2.7.5H3"
[hibernate/antlr "2.7.5H3"]