License |
License |
---|---|
GroupId | GroupIdorg.calrissian.accumulorecipes |
ArtifactId | ArtifactIdchangelog-store |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalrissian Accumulo Recipes Changelog Store
The changelog store summarizes differences between two systems that may contain extremely large
datasets.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
changelog-store-2.0.0.pom | |
changelog-store-2.0.0.jar | 19 KB |
changelog-store-2.0.0-sources.jar | 13 KB |
changelog-store-2.0.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/changelog-store/ -->
<dependency>
<groupId>org.calrissian.accumulorecipes</groupId>
<artifactId>changelog-store</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/changelog-store/
implementation 'org.calrissian.accumulorecipes:changelog-store:2.0.0'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/changelog-store/
implementation ("org.calrissian.accumulorecipes:changelog-store:2.0.0")
'org.calrissian.accumulorecipes:changelog-store:jar:2.0.0'
<dependency org="org.calrissian.accumulorecipes" name="changelog-store" rev="2.0.0">
<artifact name="changelog-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='changelog-store', version='2.0.0')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "changelog-store" % "2.0.0"
[org.calrissian.accumulorecipes/changelog-store "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.calrissian.accumulorecipes : commons | jar | 2.0.0 |
org.calrissian.mango : mango-json | jar | 1.2.0 |
org.apache.accumulo : accumulo-core | jar | 1.6.1 |
org.apache.hadoop : hadoop-client | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |