GroupId | GroupIdorg.openbase.bco |
---|---|
ArtifactId | ArtifactIdregistry.unit.lib |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
registry.unit.lib-1.5.4.pom | |
registry.unit.lib-1.5.4.jar | 32 KB |
registry.unit.lib-1.5.4-sources.jar | 33 KB |
registry.unit.lib-1.5.4-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbase.bco/registry.unit.lib/ -->
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>registry.unit.lib</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbase.bco/registry.unit.lib/
implementation 'org.openbase.bco:registry.unit.lib:1.5.4'
// https://jarcasting.com/artifacts/org.openbase.bco/registry.unit.lib/
implementation ("org.openbase.bco:registry.unit.lib:1.5.4")
'org.openbase.bco:registry.unit.lib:jar:1.5.4'
<dependency org="org.openbase.bco" name="registry.unit.lib" rev="1.5.4">
<artifact name="registry.unit.lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbase.bco', module='registry.unit.lib', version='1.5.4')
)
libraryDependencies += "org.openbase.bco" % "registry.unit.lib" % "1.5.4"
[org.openbase.bco/registry.unit.lib "1.5.4"]