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