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