License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.ethlo.keyvalue |
ArtifactId | ArtifactIdkeyvalue-cache |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKey-Value - Cache
Parent pom providing dependency and plugin management for applications
built with Maven
|
Filename | Size |
---|---|
keyvalue-cache-1.1.2.pom | |
keyvalue-cache-1.1.2.jar | 14 KB |
keyvalue-cache-1.1.2-sources.jar | 9 KB |
keyvalue-cache-1.1.2-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.keyvalue/keyvalue-cache/ -->
<dependency>
<groupId>com.ethlo.keyvalue</groupId>
<artifactId>keyvalue-cache</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/keyvalue-cache/
implementation 'com.ethlo.keyvalue:keyvalue-cache:1.1.2'
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/keyvalue-cache/
implementation ("com.ethlo.keyvalue:keyvalue-cache:1.1.2")
'com.ethlo.keyvalue:keyvalue-cache:jar:1.1.2'
<dependency org="com.ethlo.keyvalue" name="keyvalue-cache" rev="1.1.2">
<artifact name="keyvalue-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.keyvalue', module='keyvalue-cache', version='1.1.2')
)
libraryDependencies += "com.ethlo.keyvalue" % "keyvalue-cache" % "1.1.2"
[com.ethlo.keyvalue/keyvalue-cache "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.ethlo.keyvalue : keyvalue-core | jar | 1.1.2 |
com.hazelcast : hazelcast | jar | 3.12.3 |
org.springframework : spring-tx | jar | |
com.google.guava : guava | jar | 28.2-jre |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.14.0 |