MVN

uk.m0nom : JavaAPIforKml

Maven & Gradle

Mar 22, 2022
137 stars

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.

<dependency>
    <groupId>uk.m0nom</groupId>
    <artifactId>JavaAPIforKml</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.m0nom : JavaAPIforKml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of uk.m0nom : JavaAPIforKml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
JavaAPIforKml-3.0.1
JavaAPIforKml-3.0.0

How to add a dependency to Maven

Add the following uk.m0nom : JavaAPIforKml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.m0nom</groupId>
    <artifactId>JavaAPIforKml</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.m0nom : JavaAPIforKml gradle dependency to your build.gradle file:

implementation 'uk.m0nom:JavaAPIforKml:3.0.1'

Gradle Kotlin DSL: Add the following uk.m0nom : JavaAPIforKml gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.m0nom:JavaAPIforKml:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.m0nom : JavaAPIforKml sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.m0nom" % "JavaAPIforKml" % "3.0.1"

Advertisement