This project defines a single Maven POM file that can be used to introduce a dependency on lockss-core
with useful dependency exclusions when necessary.
The version of lockss-core-bundle
corresponds to a matching version of lockss-core
.
<dependency>
<groupId>org.lockss</groupId>
<artifactId>lockss-core-bundle</artifactId>
<version>${version.of.lockss-core-bundle}</version>
<type>pom</type>
</dependency>
- Tagged releases of
lockss-core-bundle
on GitHub (tags withlockss-core-bundle
in the label) lockss-core-bundle
artifacts on Maven Central
lockss-core
: LOCKSS Core Functionality Librarylockss-core-tests-bundle
: the companion to this project, for depending onlockss-core
'stests
artifact intest
scope with useful dependency exclusions when necessary