MVN

org.swisspush : xml-extractor

Maven & Gradle

Oct 04, 2022
0 stars

org.swisspush:xml-extractor · Extract objects from XML file using data pull or push

<dependency>
    <groupId>org.swisspush</groupId>
    <artifactId>xml-extractor</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4

All Versions

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

Version Vulnerabilities Updated
1.4
xml-extractor-1.4
1.3
xml-extractor-1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.swisspush</groupId>
    <artifactId>xml-extractor</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.swisspush:xml-extractor:1.4'

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

implementation("org.swisspush:xml-extractor:1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.swisspush" % "xml-extractor" % "1.4"

Advertisement