| License |
License |
|---|---|
| GroupId | GroupIdinfo.freelibrary |
| ArtifactId | ArtifactIdfreelib-bagit |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbagit
A Java library for working with and creating BagIt packages
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| freelib-bagit-0.0.1.pom | |
| freelib-bagit-0.0.1.jar | 41 KB |
| freelib-bagit-0.0.1-sources.jar | 27 KB |
| freelib-bagit-0.0.1-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/info.freelibrary/freelib-bagit/ -->
<dependency>
<groupId>info.freelibrary</groupId>
<artifactId>freelib-bagit</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/info.freelibrary/freelib-bagit/
implementation 'info.freelibrary:freelib-bagit:0.0.1'
// https://jarcasting.com/artifacts/info.freelibrary/freelib-bagit/
implementation ("info.freelibrary:freelib-bagit:0.0.1")
'info.freelibrary:freelib-bagit:jar:0.0.1'
<dependency org="info.freelibrary" name="freelib-bagit" rev="0.0.1">
<artifact name="freelib-bagit" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.freelibrary', module='freelib-bagit', version='0.0.1')
)
libraryDependencies += "info.freelibrary" % "freelib-bagit" % "0.0.1"
[info.freelibrary/freelib-bagit "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| info.freelibrary : freelib-utils | jar | 0.8.8 |
| org.apache.commons : commons-compress | jar | 1.17 |
| eu.medsea.mimeutil : mime-util | jar | 2.1.3 |
| org.xeustechnologies : jtar | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |