License |
License
BSD license
|
---|---|
GroupId | GroupIduk.m0nom |
ArtifactId | ArtifactIdJavaAPIforKml |
Version | Version3.0.1 |
Type | Typejar |
Description |
Descriptiona Java API for Kml
This is JavaAPIforKMml, Micromata's library for use with applications that want to parse, generate and operate on KML. It is an implementation of the OGC KML 2.2 standard. It is written entirely in Java and makes heavy use of JAXB.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JavaAPIforKml-3.0.1.pom | |
JavaAPIforKml-3.0.1.jar | 633 KB |
JavaAPIforKml-3.0.1-sources.jar | 483 KB |
JavaAPIforKml-3.0.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.m0nom/JavaAPIforKml/ -->
<dependency>
<groupId>uk.m0nom</groupId>
<artifactId>JavaAPIforKml</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.m0nom/JavaAPIforKml/
implementation 'uk.m0nom:JavaAPIforKml:3.0.1'
// https://jarcasting.com/artifacts/uk.m0nom/JavaAPIforKml/
implementation ("uk.m0nom:JavaAPIforKml:3.0.1")
'uk.m0nom:JavaAPIforKml:jar:3.0.1'
<dependency org="uk.m0nom" name="JavaAPIforKml" rev="3.0.1">
<artifact name="JavaAPIforKml" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.m0nom', module='JavaAPIforKml', version='3.0.1')
)
libraryDependencies += "uk.m0nom" % "JavaAPIforKml" % "3.0.1"
[uk.m0nom/JavaAPIforKml "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.1 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-impl | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
junit : junit | jar | 4.13.2 |
xmlunit : xmlunit | jar | 1.6 |