GroupId | GroupIdorg.openbase.bco |
---|---|
ArtifactId | ArtifactIdregistry.unit.lib |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
registry.unit.lib-1.1.1.pom | |
registry.unit.lib-1.1.1.jar | 20 KB |
registry.unit.lib-1.1.1-sources.jar | 23 KB |
registry.unit.lib-1.1.1-javadoc.jar | 122 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbase.bco/registry.unit.lib/
implementation 'org.openbase.bco:registry.unit.lib:1.1.1'
// https://jarcasting.com/artifacts/org.openbase.bco/registry.unit.lib/
implementation ("org.openbase.bco:registry.unit.lib:1.1.1")
'org.openbase.bco:registry.unit.lib:jar:1.1.1'
<dependency org="org.openbase.bco" name="registry.unit.lib" rev="1.1.1">
<artifact name="registry.unit.lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbase.bco', module='registry.unit.lib', version='1.1.1')
)
libraryDependencies += "org.openbase.bco" % "registry.unit.lib" % "1.1.1"
[org.openbase.bco/registry.unit.lib "1.1.1"]