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