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

gov.loc:bagit 5.0.0-ALPHA

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-ALPHA
Тип

Тип

jar

Скачать bagit 5.0.0-ALPHA


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