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