MVN

org.codehaus.openxma : dsl-tests

Maven & Gradle

Oct 04, 2013

openXMA Dsl Tests

<dependency>
    <groupId>org.codehaus.openxma</groupId>
    <artifactId>dsl-tests</artifactId>
    <version>5.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.11

All Versions

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

Version Vulnerabilities Updated
5.0.x
dsl-tests-5.0.11
dsl-tests-5.0.10
dsl-tests-5.0.9
dsl-tests-5.0.8
dsl-tests-5.0.7
dsl-tests-5.0.6
dsl-tests-5.0.5
dsl-tests-5.0.4
dsl-tests-5.0.3
dsl-tests-5.0.2
dsl-tests-5.0.1
dsl-tests-5.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.openxma</groupId>
    <artifactId>dsl-tests</artifactId>
    <version>5.0.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.codehaus.openxma:dsl-tests:5.0.11'

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

implementation("org.codehaus.openxma:dsl-tests:5.0.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.codehaus.openxma" % "dsl-tests" % "5.0.11"

Advertisement