MVN

com.gitlab.cdc-java.util : cdc-util-xml

Maven & Gradle

Mar 29, 2021
18 usages

CDC - Util XML · Low level XML utilities.

<dependency>
    <groupId>com.gitlab.cdc-java.util</groupId>
    <artifactId>cdc-util-xml</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.cdc-java.util : cdc-util-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of com.gitlab.cdc-java.util : cdc-util-xml to add to Maven or Gradle - All Versions:

  • Version Updated
  • cdc-util-xml-0.9.0

    Mar 29, 2021
  • cdc-util-xml-0.8.0

    Mar 07, 2021
  • cdc-util-xml-0.7.0

    Mar 01, 2021
  • cdc-util-xml-0.6.0

    Feb 22, 2021
  • cdc-util-xml-0.5.0

    Feb 07, 2021
  • cdc-util-xml-0.4.0

    Jan 17, 2021
  • cdc-util-xml-0.3.0

    Dec 13, 2020
  • cdc-util-xml-0.2.0

    Oct 06, 2020
  • cdc-util-xml-0.1.1

    May 06, 2020
  • cdc-util-xml-0.1.0

    Apr 19, 2020
  • cdc-util-xml-0.0.22

    Feb 03, 2020
  • cdc-util-xml-0.0.21.1

    Jan 14, 2020
  • cdc-util-xml-0.0.21

    Jan 12, 2020
  • cdc-util-xml-0.0.20

    Nov 24, 2019
  • cdc-util-xml-0.0.19

    Oct 30, 2019
  • cdc-util-xml-0.0.18

    Oct 20, 2019
  • cdc-util-xml-0.0.17

    Sep 29, 2019
  • cdc-util-xml-0.0.16

    Sep 08, 2019
  • cdc-util-xml-0.0.15

    Jul 06, 2019
  • cdc-util-xml-0.0.14

    May 28, 2019
  • cdc-util-xml-0.0.13

    Apr 26, 2019
  • cdc-util-xml-0.0.12

    Mar 25, 2019
  • cdc-util-xml-0.0.11.4

    Mar 12, 2019
  • cdc-util-xml-0.0.11.3

    Mar 09, 2019
  • cdc-util-xml-0.0.11.2

    Feb 28, 2019
  • cdc-util-xml-0.0.11.1

    Feb 28, 2019
  • cdc-util-xml-0.0.11

    Jan 20, 2019
  • cdc-util-xml-0.0.10

    Dec 09, 2018
  • cdc-util-xml-0.0.9.2

    Nov 10, 2018
  • cdc-util-xml-0.0.9.1

    Oct 23, 2018
  • cdc-util-xml-0.0.9

    Oct 10, 2018
  • cdc-util-xml-0.0.8

    Sep 17, 2018

How to add a dependency to Maven

Add the following com.gitlab.cdc-java.util : cdc-util-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.cdc-java.util</groupId>
    <artifactId>cdc-util-xml</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.cdc-java.util : cdc-util-xml gradle dependency to your build.gradle file:

implementation 'com.gitlab.cdc-java.util:cdc-util-xml:0.9.0'

Gradle Kotlin DSL: Add the following com.gitlab.cdc-java.util : cdc-util-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.cdc-java.util:cdc-util-xml:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.cdc-java.util : cdc-util-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.cdc-java.util" % "cdc-util-xml" % "0.9.0"