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