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