r

registry-common-client

Registry is a framework to build metadata repositories. As part of Registry, we currently have SchemaRegistry repositories.
https://github.com/hortonworks/registry
The Apache License, Version 2.0
Csaba Galyo Csenge Virag Maruzsi Andras Csaki
文件下载
文件名 操作
registry-common-client-1.0.0.jar 下载
registry-common-client-1.0.0.pom 下载
registry-common-client-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hortonworks.registries</groupId>
  <artifactId>registry-common-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.hortonworks.registries:registry-common-client:1.0.0'
Gradle Kotlin
implementation("com.hortonworks.registries:registry-common-client:1.0.0")
Scala SBT
libraryDependencies += "com.hortonworks.registries" % "registry-common-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hortonworks.registries', module='registry-common-client', version='1.0.0')
)
Apache Ivy
<dependency org="com.hortonworks.registries" name="registry-common-client" rev="1.0.0" />
Leiningen
[com.hortonworks.registries/registry-common-client "1.0.0"]
Apache Buildr
'com.hortonworks.registries:registry-common-client:jar:1.0.0'