GroupId | GroupIdorg.openbase.bco |
---|---|
ArtifactId | ArtifactIdregistry.device.remote |
Version | Version1.5.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openbase.bco/registry.device.remote/ -->
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>registry.device.remote</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbase.bco/registry.device.remote/
implementation 'org.openbase.bco:registry.device.remote:1.5.4'
// https://jarcasting.com/artifacts/org.openbase.bco/registry.device.remote/
implementation ("org.openbase.bco:registry.device.remote:1.5.4")
'org.openbase.bco:registry.device.remote:jar:1.5.4'
<dependency org="org.openbase.bco" name="registry.device.remote" rev="1.5.4">
<artifact name="registry.device.remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbase.bco', module='registry.device.remote', version='1.5.4')
)
libraryDependencies += "org.openbase.bco" % "registry.device.remote" % "1.5.4"
[org.openbase.bco/registry.device.remote "1.5.4"]