| License |
License |
|---|---|
| GroupId | GroupIdse.gawell.ktvstore |
| ArtifactId | ArtifactIdkvtstore-core |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
DescriptionKeyTimeValueStore
Key time value store implemented using riak
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| kvtstore-core-0.1.0.pom | |
| kvtstore-core-0.1.0.jar | 22 KB |
| kvtstore-core-0.1.0-sources.jar | 13 KB |
| kvtstore-core-0.1.0-javadoc.jar | 123 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.gawell.ktvstore/kvtstore-core/ -->
<dependency>
<groupId>se.gawell.ktvstore</groupId>
<artifactId>kvtstore-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.gawell.ktvstore/kvtstore-core/
implementation 'se.gawell.ktvstore:kvtstore-core:0.1.0'
// https://jarcasting.com/artifacts/se.gawell.ktvstore/kvtstore-core/
implementation ("se.gawell.ktvstore:kvtstore-core:0.1.0")
'se.gawell.ktvstore:kvtstore-core:jar:0.1.0'
<dependency org="se.gawell.ktvstore" name="kvtstore-core" rev="0.1.0">
<artifact name="kvtstore-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.gawell.ktvstore', module='kvtstore-core', version='0.1.0')
)
libraryDependencies += "se.gawell.ktvstore" % "kvtstore-core" % "0.1.0"
[se.gawell.ktvstore/kvtstore-core "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.jackson : jackson-mapper-lgpl | jar | 1.9.13 |
| com.basho.riak : riak-client | jar | 1.4.1 |
| mysql : mysql-connector-java | jar | 5.1.24 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| commons-dbcp : commons-dbcp | jar | 1.4 |
| joda-time : joda-time | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.6.3 |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.0-rc1 |