Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hortonworks.registries |
ArtifactId | ArtifactIdschema-registry-client |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-client/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>schema-registry-client</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-client/
implementation 'com.hortonworks.registries:schema-registry-client:0.2.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-client/
implementation ("com.hortonworks.registries:schema-registry-client:0.2.0")
'com.hortonworks.registries:schema-registry-client:jar:0.2.0'
<dependency org="com.hortonworks.registries" name="schema-registry-client" rev="0.2.0">
<artifact name="schema-registry-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='schema-registry-client', version='0.2.0')
)
libraryDependencies += "com.hortonworks.registries" % "schema-registry-client" % "0.2.0"
[com.hortonworks.registries/schema-registry-client "0.2.0"]