| Группа | Группаit.unibo.tuprolog |
|---|---|
| Идентификатор | Идентификаторparser-theory |
| Версия | Версия0.14.11 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| parser-theory-0.14.11.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.unibo.tuprolog/parser-theory/ -->
<dependency>
<groupId>it.unibo.tuprolog</groupId>
<artifactId>parser-theory</artifactId>
<version>0.14.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.unibo.tuprolog/parser-theory/
implementation 'it.unibo.tuprolog:parser-theory:0.14.11'
// https://jarcasting.com/artifacts/it.unibo.tuprolog/parser-theory/
implementation ("it.unibo.tuprolog:parser-theory:0.14.11")
'it.unibo.tuprolog:parser-theory:pom:0.14.11'
<dependency org="it.unibo.tuprolog" name="parser-theory" rev="0.14.11">
<artifact name="parser-theory" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.unibo.tuprolog', module='parser-theory', version='0.14.11')
)
libraryDependencies += "it.unibo.tuprolog" % "parser-theory" % "0.14.11"
[it.unibo.tuprolog/parser-theory "0.14.11"]