License |
License |
---|---|
Categories |
CategoriesXodus Data Databases |
GroupId | GroupIdcom.truward.kvdao |
ArtifactId | ArtifactIdkvdao-xodus |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKey-Value DAO Support for Xodus DB
Helpers for Key-Value-based Datastores
|
Filename | Size |
---|---|
kvdao-xodus-0.0.2.pom | |
kvdao-xodus-0.0.2.jar | 10 KB |
kvdao-xodus-0.0.2-sources.jar | 5 KB |
kvdao-xodus-0.0.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.truward.kvdao/kvdao-xodus/ -->
<dependency>
<groupId>com.truward.kvdao</groupId>
<artifactId>kvdao-xodus</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.kvdao/kvdao-xodus/
implementation 'com.truward.kvdao:kvdao-xodus:0.0.2'
// https://jarcasting.com/artifacts/com.truward.kvdao/kvdao-xodus/
implementation ("com.truward.kvdao:kvdao-xodus:0.0.2")
'com.truward.kvdao:kvdao-xodus:jar:0.0.2'
<dependency org="com.truward.kvdao" name="kvdao-xodus" rev="0.0.2">
<artifact name="kvdao-xodus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.kvdao', module='kvdao-xodus', version='0.0.2')
)
libraryDependencies += "com.truward.kvdao" % "kvdao-xodus" % "0.0.2"
[com.truward.kvdao/kvdao-xodus "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.24 |
com.truward.kvdao : kvdao-model | jar | 0.0.2 |
com.google.protobuf : protobuf-java | jar | 3.2.0 |
com.truward.semantic : semantic-id | jar | 3.0.3 |
org.jetbrains.xodus : xodus-openAPI | jar | 1.0.4 |
org.jetbrains.xodus : xodus-environment | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.24 |
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.9.0 |