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