| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка ANTLR Compiler-compiler |
| Группа | Группаorg.apache.ant |
| Идентификатор | Идентификаторant-antlr |
| Последняя версия | Последняя версия1.10.12 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Ant + ANTLR
antlr specific task.
The implementation forks a java process, therefore the antlr jar file is only needed at runtime
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ant-antlr-1.10.12.pom | |
| ant-antlr-1.10.12.jar | 11 KB |
| ant-antlr-1.10.12-sources.jar | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-antlr/ -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-antlr</artifactId>
<version>1.10.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ant/ant-antlr/
implementation 'org.apache.ant:ant-antlr:1.10.12'
// https://jarcasting.com/artifacts/org.apache.ant/ant-antlr/
implementation ("org.apache.ant:ant-antlr:1.10.12")
'org.apache.ant:ant-antlr:jar:1.10.12'
<dependency org="org.apache.ant" name="ant-antlr" rev="1.10.12">
<artifact name="ant-antlr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ant', module='ant-antlr', version='1.10.12')
)
libraryDependencies += "org.apache.ant" % "ant-antlr" % "1.10.12"
[org.apache.ant/ant-antlr "1.10.12"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant Необязательный | jar | 1.10.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| antlr : antlr Необязательный | jar | 2.7.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest-library | jar | 1.3 |