MVN

com.github.spucman : xml-splitter

Maven & Gradle

May 02, 2017
0 stars

xml-splitter · A simple java library which makes it easy to split xml files into fragments.

<dependency>
    <groupId>com.github.spucman</groupId>
    <artifactId>xml-splitter</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.spucman : xml-splitter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of com.github.spucman : xml-splitter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
xml-splitter-0.2.0
0.1.x
xml-splitter-0.1.0

How to add a dependency to Maven

Add the following com.github.spucman : xml-splitter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.spucman</groupId>
    <artifactId>xml-splitter</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.spucman : xml-splitter gradle dependency to your build.gradle file:

implementation 'com.github.spucman:xml-splitter:0.2.0'

Gradle Kotlin DSL: Add the following com.github.spucman : xml-splitter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.spucman:xml-splitter:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.spucman : xml-splitter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.spucman" % "xml-splitter" % "0.2.0"

Advertisement

Dependencies from Group

May 02, 2017
0 stars

Discover Dependencies

Sep 22, 2016
4 stars
Sep 11, 2021
2 usages
5 stars
May 27, 2019
4 usages
108 stars
May 27, 2019
108 stars
Sep 29, 2021
5 usages
May 01, 2019
38 stars
Sep 30, 2016
3 stars
Oct 20, 2021
3 usages
10.8k stars