Files download
File Operation
registry-8.1.1.jar download
registry-8.1.1.pom download
registry-8.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedarsoft.commons</groupId>
  <artifactId>registry</artifactId>
  <version>8.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoft.commons:registry:8.1.1'
Gradle Kotlin
implementation("com.cedarsoft.commons:registry:8.1.1")
Scala SBT
libraryDependencies += "com.cedarsoft.commons" % "registry" % "8.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoft.commons', module='registry', version='8.1.1')
)
Apache Ivy
<dependency org="com.cedarsoft.commons" name="registry" rev="8.1.1" />
Leiningen
[com.cedarsoft.commons/registry "8.1.1"]
Apache Buildr
'com.cedarsoft.commons:registry:jar:8.1.1'