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