J

JavaAPIforKml

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.
https://github.com/urbancamo/adifweb
BSD license
Mark Wickens
Files download
File Operation
JavaAPIforKml-3.0.1.jar download
JavaAPIforKml-3.0.1.pom download
JavaAPIforKml-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.m0nom</groupId>
  <artifactId>JavaAPIforKml</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'uk.m0nom:JavaAPIforKml:3.0.1'
Gradle Kotlin
implementation("uk.m0nom:JavaAPIforKml:3.0.1")
Scala SBT
libraryDependencies += "uk.m0nom" % "JavaAPIforKml" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='uk.m0nom', module='JavaAPIforKml', version='3.0.1')
)
Apache Ivy
<dependency org="uk.m0nom" name="JavaAPIforKml" rev="3.0.1" />
Leiningen
[uk.m0nom/JavaAPIforKml "3.0.1"]
Apache Buildr
'uk.m0nom:JavaAPIforKml:jar:3.0.1'