GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdstorage-tool |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
storage-tool-0.5.1.pom | |
storage-tool-0.5.1.jar | 6 MB |
storage-tool-0.5.1-sources.jar | 28 KB |
storage-tool-0.5.1-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/storage-tool/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>storage-tool</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/storage-tool/
implementation 'com.hortonworks.registries:storage-tool:0.5.1'
// https://jarcasting.com/artifacts/com.hortonworks.registries/storage-tool/
implementation ("com.hortonworks.registries:storage-tool:0.5.1")
'com.hortonworks.registries:storage-tool:jar:0.5.1'
<dependency org="com.hortonworks.registries" name="storage-tool" rev="0.5.1">
<artifact name="storage-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='storage-tool', version='0.5.1')
)
libraryDependencies += "com.hortonworks.registries" % "storage-tool" % "0.5.1"
[com.hortonworks.registries/storage-tool "0.5.1"]