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