License |
License
Apache v2.0
|
---|---|
GroupId | GroupIdorg.openlr |
ArtifactId | ArtifactIdencoder |
Version | Version1.4.3 |
Type | Typejar |
Description |
DescriptionThe encoder package holds the reference implementation for the OpenLR encoder. It
takes a (map-dependent) location as input and generates a corresponding (map-agnostic)
location reference. This package uses the OpenLR map package and the OpenLR data
package.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
encoder-1.4.3.pom | |
encoder-1.4.3.jar | 86 KB |
encoder-1.4.3-sources.jar | 96 KB |
encoder-1.4.3-javadoc.jar | 317 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openlr/encoder/ -->
<dependency>
<groupId>org.openlr</groupId>
<artifactId>encoder</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openlr/encoder/
implementation 'org.openlr:encoder:1.4.3'
// https://jarcasting.com/artifacts/org.openlr/encoder/
implementation ("org.openlr:encoder:1.4.3")
'org.openlr:encoder:jar:1.4.3'
<dependency org="org.openlr" name="encoder" rev="1.4.3">
<artifact name="encoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openlr', module='encoder', version='1.4.3')
)
libraryDependencies += "org.openlr" % "encoder" % "1.4.3"
[org.openlr/encoder "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.openlr : map | jar | 1.4.3 |
org.openlr : data | jar | 1.4.3 |
commons-lang : commons-lang | jar | 2.6 |
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.testng : testng | jar | 7.0.0 |
org.jmock : jmock-legacy | jar | 2.12.0 |