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