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

gov.loc:bagit 3.6

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

Группа

Группа

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

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

bagit
Версия

Версия

3.6
Тип

Тип

jar

Скачать bagit 3.6

Имя Файла Размер
bagit-3.6.pom
bagit-3.6.jar 244 KB
bagit-3.6-sources.jar 128 KB
bagit-3.6-javadoc.jar 983 KB
Обзор

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