| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаorg.opf-labs.planets |
| Идентификатор | Идентификаторplanets-core |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеPlanets Core Libraries
The PLANETS Project digital preservation toolkit.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| planets-core-1.0.1.pom | 661 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opf-labs.planets/planets-core/ -->
<dependency>
<groupId>org.opf-labs.planets</groupId>
<artifactId>planets-core</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opf-labs.planets/planets-core/
implementation 'org.opf-labs.planets:planets-core:1.0.1'
// https://jarcasting.com/artifacts/org.opf-labs.planets/planets-core/
implementation ("org.opf-labs.planets:planets-core:1.0.1")
'org.opf-labs.planets:planets-core:pom:1.0.1'
<dependency org="org.opf-labs.planets" name="planets-core" rev="1.0.1">
<artifact name="planets-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opf-labs.planets', module='planets-core', version='1.0.1')
)
libraryDependencies += "org.opf-labs.planets" % "planets-core" % "1.0.1"
[org.opf-labs.planets/planets-core "1.0.1"]