License |
License
Apache v2.0
|
---|---|
GroupId | GroupIdorg.openlr |
ArtifactId | ArtifactIdmap |
Version | Version1.4.3 |
Type | Typejar |
Description |
DescriptionThe map package consists of the map interface and map tools being used by the
OpenLR encoder and decoder. The user of this package needs to implement the
required methods and needs to translate the internal data structure to the
OpenLR map interface.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
map-1.4.3.pom | |
map-1.4.3.jar | 24 KB |
map-1.4.3-tests.jar | 84 KB |
map-1.4.3-sources.jar | 38 KB |
map-1.4.3-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openlr/map/ -->
<dependency>
<groupId>org.openlr</groupId>
<artifactId>map</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openlr/map/
implementation 'org.openlr:map:1.4.3'
// https://jarcasting.com/artifacts/org.openlr/map/
implementation ("org.openlr:map:1.4.3")
'org.openlr:map:jar:1.4.3'
<dependency org="org.openlr" name="map" rev="1.4.3">
<artifact name="map" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openlr', module='map', version='1.4.3')
)
libraryDependencies += "org.openlr" % "map" % "1.4.3"
[org.openlr/map "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
commons-configuration : commons-configuration | jar | 1.10 |
commons-lang : commons-lang | jar | 2.6 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
de.micromata.jak : JavaAPIforKml | jar | 2.2.1 |
com.sun.xml.bind : jaxb-impl | jar | 2.3.2 |
com.sun.xml.bind : jaxb-xjc | jar | 2.3.2 |
org.testng : testng | jar | 7.0.0 |
org.jmock : jmock-legacy | jar | 2.12.0 |