GroupId | GroupIdio.joynr.examples |
---|---|
ArtifactId | ArtifactIdlocation-tester |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
location-tester-0.12.0.pom | |
location-tester-0.12.0.jar | 36 KB |
location-tester-0.12.0-sources.jar | 36 KB |
location-tester-0.12.0-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joynr.examples/location-tester/ -->
<dependency>
<groupId>io.joynr.examples</groupId>
<artifactId>location-tester</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.examples/location-tester/
implementation 'io.joynr.examples:location-tester:0.12.0'
// https://jarcasting.com/artifacts/io.joynr.examples/location-tester/
implementation ("io.joynr.examples:location-tester:0.12.0")
'io.joynr.examples:location-tester:jar:0.12.0'
<dependency org="io.joynr.examples" name="location-tester" rev="0.12.0">
<artifact name="location-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joynr.examples', module='location-tester', version='0.12.0')
)
libraryDependencies += "io.joynr.examples" % "location-tester" % "0.12.0"
[io.joynr.examples/location-tester "0.12.0"]