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