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