| Лицензия |
Лицензия |
|---|---|
| Группа | Группаgov.loc |
| Идентификатор | Идентификаторbagit |
| Версия | Версия5.2.0 |
| Тип | Типjar |
| Описание |
Описаниеbagit-java
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bagit-5.2.0.pom | |
| bagit-5.2.0.jar | 136 KB |
| bagit-5.2.0-sources.jar | 98 KB |
| bagit-5.2.0-javadoc.jar | 273 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/gov.loc/bagit/ -->
<dependency>
<groupId>gov.loc</groupId>
<artifactId>bagit</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/gov.loc/bagit/
implementation 'gov.loc:bagit:5.2.0'
// https://jarcasting.com/artifacts/gov.loc/bagit/
implementation ("gov.loc:bagit:5.2.0")
'gov.loc:bagit:jar:5.2.0'
<dependency org="gov.loc" name="bagit" rev="5.2.0">
<artifact name="bagit" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.loc', module='bagit', version='5.2.0')
)
libraryDependencies += "gov.loc" % "bagit" % "5.2.0"
[gov.loc/bagit "5.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.0.pr4 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.0.pr4 |