MVN

kxml2 : kxml2

Maven & Gradle

Mar 30, 2009
4 usages
<dependency>
    <groupId>kxml2</groupId>
    <artifactId>kxml2</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of kxml2 : kxml2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of kxml2 : kxml2 to add to Maven or Gradle - All Versions:

  • Version Updated
  • kxml2-2.3.0

    Mar 30, 2009
  • kxml2-2.2.2

    Mar 19, 2007
  • kxml2-2.1.8

    Sep 20, 2005

How to add a dependency to Maven

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

<dependency>
    <groupId>kxml2</groupId>
    <artifactId>kxml2</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following kxml2 : kxml2 gradle dependency to your build.gradle file:

implementation 'kxml2:kxml2:2.3.0'

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

implementation("kxml2:kxml2:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following kxml2 : kxml2 sbt scala dependency to your build.sbt file:

libraryDependencies += "kxml2" % "kxml2" % "2.3.0"