| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.viantinc.voldemort |
| ArtifactId | ArtifactIdcachestore |
| Last Version | Last Version4.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionvoldemort-storage
An Open Source of voldemort-storage
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cachestore-4.0.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.viantinc.voldemort/cachestore/ -->
<dependency>
<groupId>com.viantinc.voldemort</groupId>
<artifactId>cachestore</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.viantinc.voldemort/cachestore/
implementation 'com.viantinc.voldemort:cachestore:4.0.0'
// https://jarcasting.com/artifacts/com.viantinc.voldemort/cachestore/
implementation ("com.viantinc.voldemort:cachestore:4.0.0")
'com.viantinc.voldemort:cachestore:pom:4.0.0'
<dependency org="com.viantinc.voldemort" name="cachestore" rev="4.0.0">
<artifact name="cachestore" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.viantinc.voldemort', module='cachestore', version='4.0.0')
)
libraryDependencies += "com.viantinc.voldemort" % "cachestore" % "4.0.0"
[com.viantinc.voldemort/cachestore "4.0.0"]