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

gov.loc:bagit 5.0.0-BETA

The BAGIT LIBRARY is a software library intended to support the creation, manipulation, and validation of bags. Its current version is 0.97. It is version aware with the earliest supported version being 0.93.

Группа

Группа

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

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

bagit
Версия

Версия

5.0.0-BETA
Тип

Тип

jar

Скачать bagit 5.0.0-BETA


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