License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.alkimiapps |
ArtifactId | ArtifactIdindexed-cache |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionIndexedCache
A queryable object store with caching features
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
indexed-cache-0.1.pom | |
indexed-cache-0.1.jar | 14 KB |
indexed-cache-0.1-sources.jar | 8 KB |
indexed-cache-0.1-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alkimiapps/indexed-cache/ -->
<dependency>
<groupId>com.alkimiapps</groupId>
<artifactId>indexed-cache</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alkimiapps/indexed-cache/
implementation 'com.alkimiapps:indexed-cache:0.1'
// https://jarcasting.com/artifacts/com.alkimiapps/indexed-cache/
implementation ("com.alkimiapps:indexed-cache:0.1")
'com.alkimiapps:indexed-cache:jar:0.1'
<dependency org="com.alkimiapps" name="indexed-cache" rev="0.1">
<artifact name="indexed-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alkimiapps', module='indexed-cache', version='0.1')
)
libraryDependencies += "com.alkimiapps" % "indexed-cache" % "0.1"
[com.alkimiapps/indexed-cache "0.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.cache : cache-api | jar | 1.1.0 |
com.googlecode.cqengine : cqengine | jar | 3.0.0 |
cglib : cglib | jar | 3.2.10 |
org.objenesis : objenesis | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.ehcache : ehcache | jar | 3.6.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.23.4 |