не последняя версия
Последняя версия 5.2.0

gov.loc:bagit 4.9.0

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

Группа

Группа

gov.loc
Идентификатор

Идентификатор

bagit
Версия

Версия

4.9.0
Тип

Тип

jar

Скачать bagit 4.9.0


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