a 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.

License

License

BSD license
GroupId

GroupId

uk.m0nom
ArtifactId

ArtifactId

JavaAPIforKml
Last Version

Last Version

3.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

a 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

https://github.com/urbancamo/adifweb
Source Code Management

Source Code Management

https://github.com/urbancamo/javaapiforkml

Download JavaAPIforKml

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

runtime (1)

Group / Artifact Type Version
com.sun.xml.bind : jaxb-impl jar 3.0.2

test (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
junit : junit jar 4.13.2
xmlunit : xmlunit jar 1.6

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.1
3.0.0