| Категории |
КатегорииAnt Компиляция и сборка ANTLR Compiler-compiler |
|---|---|
| Группа | Группаant |
| Идентификатор | Идентификаторant-antlr |
| Последняя версия | Последняя версия1.6.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| ant-antlr-1.6.5.pom | |
| ant-antlr-1.6.5.jar | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ant/ant-antlr/ -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant-antlr</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/ant/ant-antlr/
implementation 'ant:ant-antlr:1.6.5'
// https://jarcasting.com/artifacts/ant/ant-antlr/
implementation ("ant:ant-antlr:1.6.5")
'ant:ant-antlr:jar:1.6.5'
<dependency org="ant" name="ant-antlr" rev="1.6.5">
<artifact name="ant-antlr" type="jar" />
</dependency>
@Grapes(
@Grab(group='ant', module='ant-antlr', version='1.6.5')
)
libraryDependencies += "ant" % "ant-antlr" % "1.6.5"
[ant/ant-antlr "1.6.5"]