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