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