MVN

org.codehaus.openxma : xmaant

Maven & Gradle

Jul 11, 2014
5 usages

XMA VersionAnt

<dependency>
    <groupId>org.codehaus.openxma</groupId>
    <artifactId>xmaant</artifactId>
    <version>0.0.1-TESTMERGE1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.openxma : xmaant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-TESTMERGE1

All Versions

Choose a version of org.codehaus.openxma : xmaant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
xmaant-6.0.2
xmaant-6.0.1
xmaant-6.0.0
5.0.x
xmaant-5.0.11
xmaant-5.0.10
xmaant-5.0.9
xmaant-5.0.8
xmaant-5.0.7
xmaant-5.0.6
xmaant-5.0.5
xmaant-5.0.4
xmaant-5.0.3
xmaant-5.0.2
xmaant-5.0.1
xmaant-5.0.0
4.1.x
xmaant-4.1.7
xmaant-4.1.6
xmaant-4.1.5
xmaant-4.1.4
xmaant-4.1.3
xmaant-4.1.2
xmaant-4.1.1
xmaant-4.1.0
4.0.x
xmaant-4.0.2
xmaant-4.0.1
xmaant-4.0.0
1.2.x
xmaant-1.2.1
xmaant-1.2.0
1.1.x
xmaant-1.1.2
0.0.x
xmaant-0.0.1-TESTMERGE1
xmaant-0.0.1-TEST1

How to add a dependency to Maven

Add the following org.codehaus.openxma : xmaant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.openxma</groupId>
    <artifactId>xmaant</artifactId>
    <version>0.0.1-TESTMERGE1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.openxma : xmaant gradle dependency to your build.gradle file:

implementation 'org.codehaus.openxma:xmaant:0.0.1-TESTMERGE1'

Gradle Kotlin DSL: Add the following org.codehaus.openxma : xmaant gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.openxma:xmaant:0.0.1-TESTMERGE1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.openxma : xmaant sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.openxma" % "xmaant" % "0.0.1-TESTMERGE1"