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