GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdstorage |
Version | Version0.5.4 |
Type | Typepom |
Filename | Size |
---|---|
storage-0.5.4.pom | 631 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/storage/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>storage</artifactId>
<version>0.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/storage/
implementation 'com.hortonworks.registries:storage:0.5.4'
// https://jarcasting.com/artifacts/com.hortonworks.registries/storage/
implementation ("com.hortonworks.registries:storage:0.5.4")
'com.hortonworks.registries:storage:pom:0.5.4'
<dependency org="com.hortonworks.registries" name="storage" rev="0.5.4">
<artifact name="storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='storage', version='0.5.4')
)
libraryDependencies += "com.hortonworks.registries" % "storage" % "0.5.4"
[com.hortonworks.registries/storage "0.5.4"]