Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.viantinc.cachestore |
ArtifactId | ArtifactIdcachestore-core |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
cachestore-core-1.1.8.pom | |
cachestore-core-1.1.8.jar | 79 KB |
cachestore-core-1.1.8-sources.jar | 61 KB |
cachestore-core-1.1.8-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.viantinc.cachestore/cachestore-core/ -->
<dependency>
<groupId>com.viantinc.cachestore</groupId>
<artifactId>cachestore-core</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.viantinc.cachestore/cachestore-core/
implementation 'com.viantinc.cachestore:cachestore-core:1.1.8'
// https://jarcasting.com/artifacts/com.viantinc.cachestore/cachestore-core/
implementation ("com.viantinc.cachestore:cachestore-core:1.1.8")
'com.viantinc.cachestore:cachestore-core:jar:1.1.8'
<dependency org="com.viantinc.cachestore" name="cachestore-core" rev="1.1.8">
<artifact name="cachestore-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.viantinc.cachestore', module='cachestore-core', version='1.1.8')
)
libraryDependencies += "com.viantinc.cachestore" % "cachestore-core" % "1.1.8"
[com.viantinc.cachestore/cachestore-core "1.1.8"]