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