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