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