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