MVN

org.bremersee : common-xml

Maven & Gradle

Feb 08, 2022
5 usages

common-xml · Common XML Processing

<dependency>
    <groupId>org.bremersee</groupId>
    <artifactId>common-xml</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.0

All Versions

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

  • Version Updated
  • common-xml-2.4.0

    Feb 08, 2022
  • common-xml-2.3.1

    Jan 06, 2022
  • common-xml-2.3.0

    Sep 12, 2021
  • common-xml-2.2.1

    Jun 20, 2021
  • common-xml-2.2.0

    Jan 01, 2021
  • common-xml-2.1.1

    Aug 27, 2020
  • common-xml-2.1.0

    Jul 07, 2020
  • common-xml-2.0.0

    May 23, 2020
  • common-xml-1.0.3

    Mar 01, 2020
  • common-xml-1.0.2

    Jan 29, 2020
  • common-xml-1.0.1

    Jan 26, 2020
  • common-xml-1.0.0

    Jan 26, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bremersee</groupId>
    <artifactId>common-xml</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bremersee:common-xml:2.4.0'

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

implementation("org.bremersee:common-xml:2.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bremersee" % "common-xml" % "2.4.0"