MVN

org.simpleframework : simple-xml

Maven & Gradle

Jul 08, 2013
170 usages

Simple XML · Simple is a high performance XML serialization and configuration framework for Java

<dependency>
    <groupId>org.simpleframework</groupId>
    <artifactId>simple-xml</artifactId>
    <version>2.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.simpleframework : simple-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.1

All Versions

Choose a version of org.simpleframework : simple-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
simple-xml-2.7.1
CVE-2017-1000190
2.7
simple-xml-2.7
CVE-2017-1000190
2.6.x
simple-xml-2.6.9
CVE-2017-1000190
simple-xml-2.6.8
CVE-2017-1000190
simple-xml-2.6.7
CVE-2017-1000190
simple-xml-2.6.6
CVE-2017-1000190
simple-xml-2.6.5
CVE-2017-1000190
simple-xml-2.6.4
CVE-2017-1000190
simple-xml-2.6.3
CVE-2017-1000190
simple-xml-2.6.2
CVE-2017-1000190
simple-xml-2.6.1
CVE-2017-1000190
2.6
simple-xml-2.6
CVE-2017-1000190
2.5.x
simple-xml-2.5.3
CVE-2017-1000190
simple-xml-2.5.2
CVE-2017-1000190
simple-xml-2.5.1
CVE-2017-1000190
2.5
simple-xml-2.5
CVE-2017-1000190
2.4.x
simple-xml-2.4.1
CVE-2017-1000190
2.4
simple-xml-2.4
CVE-2017-1000190
2.3.x
simple-xml-2.3.6
CVE-2017-1000190
simple-xml-2.3.5
CVE-2017-1000190
simple-xml-2.3.4
CVE-2017-1000190
simple-xml-2.3.3
CVE-2017-1000190
simple-xml-2.3.2
CVE-2017-1000190
simple-xml-2.3.1
CVE-2017-1000190
2.3
simple-xml-2.3
CVE-2017-1000190
2.2.x
simple-xml-2.2.4
CVE-2017-1000190
simple-xml-2.2.3
CVE-2017-1000190
simple-xml-2.2.2
CVE-2017-1000190
simple-xml-2.2.1
CVE-2017-1000190
2.2
simple-xml-2.2
CVE-2017-1000190
2.1.x
simple-xml-2.1.9
CVE-2017-1000190
simple-xml-2.1.8
CVE-2017-1000190
simple-xml-2.1.7
CVE-2017-1000190
simple-xml-2.1.6
CVE-2017-1000190
simple-xml-2.1.3
CVE-2017-1000190
simple-xml-2.1.2
CVE-2017-1000190
simple-xml-2.1.1
CVE-2017-1000190
2.1
simple-xml-2.1
CVE-2017-1000190
2.0.x
simple-xml-2.0.4
CVE-2017-1000190
simple-xml-2.0.3
CVE-2017-1000190
simple-xml-2.0.2
CVE-2017-1000190
simple-xml-2.0.1
CVE-2017-1000190
2.0
simple-xml-2.0
CVE-2017-1000190
1.8
simple-xml-1.8
CVE-2017-1000190
1.7.x
simple-xml-1.7.3
CVE-2017-1000190
1.6.x
simple-xml-1.6.2
CVE-2017-1000190
1.4.x
simple-xml-1.4.1
CVE-2017-1000190
1.4
simple-xml-1.4
CVE-2017-1000190

How to add a dependency to Maven

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

<dependency>
    <groupId>org.simpleframework</groupId>
    <artifactId>simple-xml</artifactId>
    <version>2.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.simpleframework : simple-xml gradle dependency to your build.gradle file:

implementation 'org.simpleframework:simple-xml:2.7.1'

Gradle Kotlin DSL: Add the following org.simpleframework : simple-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.simpleframework:simple-xml:2.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.simpleframework : simple-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.simpleframework" % "simple-xml" % "2.7.1"

Advertisement