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