is not current version
Last Version 5.2.0

gov.loc:bagit 4.0

A software library that supports the creation, manipulation, and validation of bags according to the BagIt specification.

GroupId

GroupId

gov.loc
ArtifactId

ArtifactId

bagit
Version

Version

4.0
Type

Type

jar

Download bagit 4.0


<!-- https://jarcasting.com/artifacts/gov.loc/bagit/ -->
<dependency>
    <groupId>gov.loc</groupId>
    <artifactId>bagit</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/gov.loc/bagit/
implementation 'gov.loc:bagit:4.0'
// https://jarcasting.com/artifacts/gov.loc/bagit/
implementation ("gov.loc:bagit:4.0")
'gov.loc:bagit:jar:4.0'
<dependency org="gov.loc" name="bagit" rev="4.0">
  <artifact name="bagit" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.loc', module='bagit', version='4.0')
)
libraryDependencies += "gov.loc" % "bagit" % "4.0"
[gov.loc/bagit "4.0"]