GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdcache |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
cache-0.8.1.pom | |
cache-0.8.1.jar | 82 KB |
cache-0.8.1-sources.jar | 50 KB |
cache-0.8.1-javadoc.jar | 450 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/cache/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>cache</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/cache/
implementation 'com.hortonworks.registries:cache:0.8.1'
// https://jarcasting.com/artifacts/com.hortonworks.registries/cache/
implementation ("com.hortonworks.registries:cache:0.8.1")
'com.hortonworks.registries:cache:jar:0.8.1'
<dependency org="com.hortonworks.registries" name="cache" rev="0.8.1">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='cache', version='0.8.1')
)
libraryDependencies += "com.hortonworks.registries" % "cache" % "0.8.1"
[com.hortonworks.registries/cache "0.8.1"]