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