GroupId | GroupIdorg.openlr |
---|---|
ArtifactId | ArtifactIdopenlr-location |
Version | Version2.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
openlr-location-2.0-beta2.pom | |
openlr-location-2.0-beta2.jar | 22 KB |
openlr-location-2.0-beta2-sources.jar | 10 KB |
openlr-location-2.0-beta2-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openlr/openlr-location/ -->
<dependency>
<groupId>org.openlr</groupId>
<artifactId>openlr-location</artifactId>
<version>2.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openlr/openlr-location/
implementation 'org.openlr:openlr-location:2.0-beta2'
// https://jarcasting.com/artifacts/org.openlr/openlr-location/
implementation ("org.openlr:openlr-location:2.0-beta2")
'org.openlr:openlr-location:jar:2.0-beta2'
<dependency org="org.openlr" name="openlr-location" rev="2.0-beta2">
<artifact name="openlr-location" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openlr', module='openlr-location', version='2.0-beta2')
)
libraryDependencies += "org.openlr" % "openlr-location" % "2.0-beta2"
[org.openlr/openlr-location "2.0-beta2"]