License |
License
Apache v2.0
|
---|---|
GroupId | GroupIdorg.openlr |
ArtifactId | ArtifactIdopenlr-decoder |
Version | Version2.0-beta3 |
Type | Typejar |
Description |
DescriptionAn implementation of the OpenLR location referencing standard.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
openlr-decoder-2.0-beta3.pom | |
openlr-decoder-2.0-beta3.jar | 8 KB |
openlr-decoder-2.0-beta3-sources.jar | 6 KB |
openlr-decoder-2.0-beta3-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openlr/openlr-decoder/ -->
<dependency>
<groupId>org.openlr</groupId>
<artifactId>openlr-decoder</artifactId>
<version>2.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openlr/openlr-decoder/
implementation 'org.openlr:openlr-decoder:2.0-beta3'
// https://jarcasting.com/artifacts/org.openlr/openlr-decoder/
implementation ("org.openlr:openlr-decoder:2.0-beta3")
'org.openlr:openlr-decoder:jar:2.0-beta3'
<dependency org="org.openlr" name="openlr-decoder" rev="2.0-beta3">
<artifact name="openlr-decoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openlr', module='openlr-decoder', version='2.0-beta3')
)
libraryDependencies += "org.openlr" % "openlr-decoder" % "2.0-beta3"
[org.openlr/openlr-decoder "2.0-beta3"]
Group / Artifact | Type | Version |
---|---|---|
org.openlr : openlr-map | jar | 2.0-beta3 |
org.openlr : openlr-location-reference | jar | 2.0-beta3 |
org.openlr : openlr-location | jar | 2.0-beta3 |
org.openlr : openlr-map-matcher | jar | 2.0-beta3 |
org.openlr : openlr-map-matcher-impl | jar | 2.0-beta3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.8.0 |