GroupId | GroupIdorg.openbase.bco |
---|---|
ArtifactId | ArtifactIdregistry.location |
Version | Version1.4.5 |
Type | Typepom |
Filename | Size |
---|---|
registry.location-1.4.5.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.4.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openbase.bco/registry.location/
implementation 'org.openbase.bco:registry.location:1.4.5'
// https://jarcasting.com/artifacts/org.openbase.bco/registry.location/
implementation ("org.openbase.bco:registry.location:1.4.5")
'org.openbase.bco:registry.location:pom:1.4.5'
<dependency org="org.openbase.bco" name="registry.location" rev="1.4.5">
<artifact name="registry.location" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openbase.bco', module='registry.location', version='1.4.5')
)
libraryDependencies += "org.openbase.bco" % "registry.location" % "1.4.5"
[org.openbase.bco/registry.location "1.4.5"]