MVN

com.ibm.sbt : com.ibm.commons.xml

Maven & Gradle

Feb 07, 2017
15 usages
50 stars
<dependency>
    <groupId>com.ibm.sbt</groupId>
    <artifactId>com.ibm.commons.xml</artifactId>
    <version>1.1.12.20161007-1200</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.sbt : com.ibm.commons.xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.12.20161007-1200

All Versions

Choose a version of com.ibm.sbt : com.ibm.commons.xml to add to Maven or Gradle - All Versions:

  • Version Updated
  • com.ibm.commons.xml-1.1.12.20161007-1200

    Feb 07, 2017
  • com.ibm.commons.xml-1.1.11.20151208-1200

    Dec 08, 2015
  • com.ibm.commons.xml-1.1.10.20151002-1200

    Oct 02, 2015
  • com.ibm.commons.xml-1.1.9.20150917-1200

    Sep 17, 2015
  • com.ibm.commons.xml-1.1.8.20150911-1400

    Sep 11, 2015
  • com.ibm.commons.xml-1.1.7.20150908-1400

    Sep 08, 2015
  • com.ibm.commons.xml-1.1.6.20150817-1200

    Aug 21, 2015
  • com.ibm.commons.xml-9.0.0

    May 20, 2015

How to add a dependency to Maven

Add the following com.ibm.sbt : com.ibm.commons.xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.sbt</groupId>
    <artifactId>com.ibm.commons.xml</artifactId>
    <version>1.1.12.20161007-1200</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.sbt : com.ibm.commons.xml gradle dependency to your build.gradle file:

implementation 'com.ibm.sbt:com.ibm.commons.xml:1.1.12.20161007-1200'

Gradle Kotlin DSL: Add the following com.ibm.sbt : com.ibm.commons.xml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.sbt:com.ibm.commons.xml:1.1.12.20161007-1200")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.sbt : com.ibm.commons.xml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.sbt" % "com.ibm.commons.xml" % "1.1.12.20161007-1200"