bagit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>gov.loc</groupId>
<artifactId>bagit</artifactId>
<version>5.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>gov.loc</groupId>
<artifactId>bagit</artifactId>
<version>5.2.0</version>
<name>bagit-java</name>
<description>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.</description>
<url>https://github.com/LibraryOfCongress/bagit-java</url>
<licenses>
<license>
<name>No Copyright</name>
<url>https://github.com/LibraryOfCongress/bagit-java/blob/master/LICENSE.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>johnscancella</id>
<name>John Scancella</name>
<email>jsca@loc.gov</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/LibraryOfCongress/bagit-java</connection>
<developerConnection>scm:git:ssh://github.com/LibraryOfCongress/bagit-java</developerConnection>
<url>https://github.com/LibraryOfCongress/bagit-java</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.0.pr4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.0.pr4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>