c

common-auth

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
文件下载
文件名 操作
common-auth-1.0.0.jar 下载
common-auth-1.0.0.pom 下载
common-auth-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hortonworks.registries</groupId>
  <artifactId>common-auth</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.hortonworks.registries:common-auth:1.0.0'
Gradle Kotlin
implementation("com.hortonworks.registries:common-auth:1.0.0")
Scala SBT
libraryDependencies += "com.hortonworks.registries" % "common-auth" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hortonworks.registries', module='common-auth', version='1.0.0')
)
Apache Ivy
<dependency org="com.hortonworks.registries" name="common-auth" rev="1.0.0" />
Leiningen
[com.hortonworks.registries/common-auth "1.0.0"]
Apache Buildr
'com.hortonworks.registries:common-auth:jar:1.0.0'