License |
License
Apache v2.0
|
---|---|
GroupId | GroupIdorg.openlr |
ArtifactId | ArtifactIddecoder |
Version | Version1.4.3 |
Type | Typejar |
Description |
DescriptionThe decoder package holds the reference implementation for the OpenLR decoder. It
takes a (map-agnostic) location reference as input and finds back a corresponding
(map-dependent) location reference. This package uses the OpenLR map package and
the OpenLR binary package
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
decoder-1.4.3.pom | |
decoder-1.4.3.jar | 93 KB |
decoder-1.4.3-sources.jar | 98 KB |
decoder-1.4.3-javadoc.jar | 345 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openlr/decoder/ -->
<dependency>
<groupId>org.openlr</groupId>
<artifactId>decoder</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openlr/decoder/
implementation 'org.openlr:decoder:1.4.3'
// https://jarcasting.com/artifacts/org.openlr/decoder/
implementation ("org.openlr:decoder:1.4.3")
'org.openlr:decoder:jar:1.4.3'
<dependency org="org.openlr" name="decoder" rev="1.4.3">
<artifact name="decoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openlr', module='decoder', version='1.4.3')
)
libraryDependencies += "org.openlr" % "decoder" % "1.4.3"
[org.openlr/decoder "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.openlr : map | jar | 1.4.3 |
org.openlr : data | jar | 1.4.3 |
commons-configuration : commons-configuration | jar | 1.10 |
commons-collections : commons-collections | jar | 3.2.2 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
org.openlr : map | jar | 1.4.3 |
org.openlr : data | jar | 1.4.3 |
org.openlr : maploader-tt-sqlite | jar | 1.4.3 |
org.testng : testng | jar | 7.0.0 |
org.jmock : jmock-legacy | jar | 2.12.0 |