文件下载
文件名 操作
registry.location.remote-1.6.8.jar 下载
registry.location.remote-1.6.8.pom 下载
registry.location.remote-1.6.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openbase.bco</groupId>
  <artifactId>registry.location.remote</artifactId>
  <version>1.6.8</version>
</dependency>
Gradle Groovy
implementation 'org.openbase.bco:registry.location.remote:1.6.8'
Gradle Kotlin
implementation("org.openbase.bco:registry.location.remote:1.6.8")
Scala SBT
libraryDependencies += "org.openbase.bco" % "registry.location.remote" % "1.6.8"
Groovy Grape
@Grapes(
  @Grab(group='org.openbase.bco', module='registry.location.remote', version='1.6.8')
)
Apache Ivy
<dependency org="org.openbase.bco" name="registry.location.remote" rev="1.6.8" />
Leiningen
[org.openbase.bco/registry.location.remote "1.6.8"]
Apache Buildr
'org.openbase.bco:registry.location.remote:jar:1.6.8'