| Группа | Группаio.joynr.examples |
|---|---|
| Идентификатор | Идентификаторlocation-tester |
| Версия | Версия0.19.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| location-tester-0.19.5.pom | |
| location-tester-0.19.5.jar | 40 KB |
| location-tester-0.19.5-sources.jar | 41 KB |
| location-tester-0.19.5-javadoc.jar | 202 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.joynr.examples/location-tester/ -->
<dependency>
<groupId>io.joynr.examples</groupId>
<artifactId>location-tester</artifactId>
<version>0.19.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.examples/location-tester/
implementation 'io.joynr.examples:location-tester:0.19.5'
// https://jarcasting.com/artifacts/io.joynr.examples/location-tester/
implementation ("io.joynr.examples:location-tester:0.19.5")
'io.joynr.examples:location-tester:jar:0.19.5'
<dependency org="io.joynr.examples" name="location-tester" rev="0.19.5">
<artifact name="location-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joynr.examples', module='location-tester', version='0.19.5')
)
libraryDependencies += "io.joynr.examples" % "location-tester" % "0.19.5"
[io.joynr.examples/location-tester "0.19.5"]