License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.ethlo.keyvalue |
ArtifactId | ArtifactIdkeyvalue-sync |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKey-Value - Cache Sync
Generic Key/Value syncronization
|
Filename | Size |
---|---|
keyvalue-sync-1.1.2.pom | |
keyvalue-sync-1.1.2.jar | 6 KB |
keyvalue-sync-1.1.2-sources.jar | 5 KB |
keyvalue-sync-1.1.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.keyvalue/keyvalue-sync/ -->
<dependency>
<groupId>com.ethlo.keyvalue</groupId>
<artifactId>keyvalue-sync</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/keyvalue-sync/
implementation 'com.ethlo.keyvalue:keyvalue-sync:1.1.2'
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/keyvalue-sync/
implementation ("com.ethlo.keyvalue:keyvalue-sync:1.1.2")
'com.ethlo.keyvalue:keyvalue-sync:jar:1.1.2'
<dependency org="com.ethlo.keyvalue" name="keyvalue-sync" rev="1.1.2">
<artifact name="keyvalue-sync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.keyvalue', module='keyvalue-sync', version='1.1.2')
)
libraryDependencies += "com.ethlo.keyvalue" % "keyvalue-sync" % "1.1.2"
[com.ethlo.keyvalue/keyvalue-sync "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 28.2-jre |
com.ethlo.keyvalue : keyvalue-cache | jar | 1.1.2 |
org.slf4j : slf4j-api | jar | 1.7.28 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework : spring-context | jar | |
commons-logging : commons-logging | jar | 1.1.1 |
org.springframework : spring-test | jar |