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