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

gov.loc:bagit 3.9

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

Группа

Группа

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

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

bagit
Версия

Версия

3.9
Тип

Тип

jar

Скачать bagit 3.9

Имя Файла Размер
bagit-3.9.pom
bagit-3.9.jar 266 KB
bagit-3.9-sources.jar 139 KB
bagit-3.9-javadoc.jar 847 KB
Обзор

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