License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.opf-labs.planets |
ArtifactId | ArtifactIdplanets-core |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPlanets Core Libraries
The PLANETS Project digital preservation toolkit.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
planets-core-1.0.1.pom | 661 bytes |
Browse |
<!-- 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"]