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