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