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

gov.loc:bagit 4.4

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

Группа

Группа

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

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

bagit
Версия

Версия

4.4
Тип

Тип

jar

Скачать bagit 4.4

Имя Файла Размер
bagit-4.4.pom
bagit-4.4.jar 294 KB
bagit-4.4-sources.jar 156 KB
bagit-4.4-javadoc.jar 1 MB
Обзор

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