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