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