MVN

org.codehaus.openxma : xmartclient

Maven & Gradle

Nov 12, 2013
7 usages
<dependency>
    <groupId>org.codehaus.openxma</groupId>
    <artifactId>xmartclient</artifactId>
    <version>6.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.2

All Versions

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

Version Vulnerabilities Updated
6.0.x
xmartclient-6.0.2
xmartclient-6.0.1
xmartclient-6.0.0
5.0.x
xmartclient-5.0.11
xmartclient-5.0.10
xmartclient-5.0.9
xmartclient-5.0.8
xmartclient-5.0.7
xmartclient-5.0.6
xmartclient-5.0.5
xmartclient-5.0.4
xmartclient-5.0.3
xmartclient-5.0.2
xmartclient-5.0.1
xmartclient-5.0.0
4.1.x
xmartclient-4.1.7
xmartclient-4.1.6
xmartclient-4.1.5
xmartclient-4.1.4
xmartclient-4.1.3
xmartclient-4.1.2
xmartclient-4.1.1
xmartclient-4.1.0
4.0.x
xmartclient-4.0.2
xmartclient-4.0.1
xmartclient-4.0.0
2.3.x
xmartclient-2.3.5
xmartclient-2.3.3.1
xmartclient-2.3.3
xmartclient-2.3.2
xmartclient-2.3.1
xmartclient-2.3.0
2.2.x
xmartclient-2.2.0
2.1.x
xmartclient-2.1.3
xmartclient-2.1.2
xmartclient-2.1.1
xmartclient-2.1.0
2.0.x
xmartclient-2.0.5
xmartclient-2.0.4
xmartclient-2.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.openxma</groupId>
    <artifactId>xmartclient</artifactId>
    <version>6.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.codehaus.openxma:xmartclient:6.0.2'

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

implementation("org.codehaus.openxma:xmartclient:6.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.codehaus.openxma" % "xmartclient" % "6.0.2"