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