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