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