a

atlas-common

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