License |
License |
---|---|
GroupId | GroupIdcom.truward.kvdao |
ArtifactId | ArtifactIdkvdao-model |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKey-Value DAO Model
Helpers for Key-Value-based Datastores
|
Filename | Size |
---|---|
kvdao-model-0.0.2.pom | |
kvdao-model-0.0.2.jar | 2 KB |
kvdao-model-0.0.2-sources.jar | 1 KB |
kvdao-model-0.0.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.truward.kvdao/kvdao-model/ -->
<dependency>
<groupId>com.truward.kvdao</groupId>
<artifactId>kvdao-model</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.kvdao/kvdao-model/
implementation 'com.truward.kvdao:kvdao-model:0.0.2'
// https://jarcasting.com/artifacts/com.truward.kvdao/kvdao-model/
implementation ("com.truward.kvdao:kvdao-model:0.0.2")
'com.truward.kvdao:kvdao-model:jar:0.0.2'
<dependency org="com.truward.kvdao" name="kvdao-model" rev="0.0.2">
<artifact name="kvdao-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.kvdao', module='kvdao-model', version='0.0.2')
)
libraryDependencies += "com.truward.kvdao" % "kvdao-model" % "0.0.2"
[com.truward.kvdao/kvdao-model "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-tx | jar | 4.3.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.9.0 |