MVN

com.carrotsearch.thirdparty : simple-xml-safe

Maven & Gradle

Sep 18, 2019
12 usages
8 stars

Simple XML (safe) · A fork of Niall Gallagher's simple-xml library with web-safe defaults

<dependency>
    <groupId>com.carrotsearch.thirdparty</groupId>
    <artifactId>simple-xml-safe</artifactId>
    <version>2.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.carrotsearch.thirdparty : simple-xml-safe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.1

All Versions

Choose a version of com.carrotsearch.thirdparty : simple-xml-safe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
simple-xml-safe-2.7.1

How to add a dependency to Maven

Add the following com.carrotsearch.thirdparty : simple-xml-safe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.carrotsearch.thirdparty</groupId>
    <artifactId>simple-xml-safe</artifactId>
    <version>2.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.carrotsearch.thirdparty : simple-xml-safe gradle dependency to your build.gradle file:

implementation 'com.carrotsearch.thirdparty:simple-xml-safe:2.7.1'

Gradle Kotlin DSL: Add the following com.carrotsearch.thirdparty : simple-xml-safe gradle kotlin dependency to your build.gradle.kts file:

implementation("com.carrotsearch.thirdparty:simple-xml-safe:2.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.carrotsearch.thirdparty : simple-xml-safe sbt scala dependency to your build.sbt file:

libraryDependencies += "com.carrotsearch.thirdparty" % "simple-xml-safe" % "2.7.1"

Advertisement