License |
License |
---|---|
GroupId | GroupIdorg.calrissian.accumulorecipes |
ArtifactId | ArtifactIdevent-store |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalrissian Accumulo Recipes Event Store
The event store is a document store for time-based events.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
event-store-2.0.0.pom | |
event-store-2.0.0.jar | 29 KB |
event-store-2.0.0-sources.jar | 20 KB |
event-store-2.0.0-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/event-store/ -->
<dependency>
<groupId>org.calrissian.accumulorecipes</groupId>
<artifactId>event-store</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/event-store/
implementation 'org.calrissian.accumulorecipes:event-store:2.0.0'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/event-store/
implementation ("org.calrissian.accumulorecipes:event-store:2.0.0")
'org.calrissian.accumulorecipes:event-store:jar:2.0.0'
<dependency org="org.calrissian.accumulorecipes" name="event-store" rev="2.0.0">
<artifact name="event-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='event-store', version='2.0.0')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "event-store" % "2.0.0"
[org.calrissian.accumulorecipes/event-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 |
org.codehaus.groovy : groovy | jar | 2.3.0 |
org.apache.pig : pig | jar | 0.8.1 |
org.apache.zookeeper : zookeeper | jar | 3.3.5 |
joda-time : joda-time | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.apache.accumulo : accumulo-minicluster | jar | 1.6.1 |
org.calrissian.accumulorecipes : test | jar | 2.0.0 |