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