MVN

org.apache.ws.commons.axiom : axiom-tests

Maven & Gradle

Jul 06, 2010

Axiom Test Suite · The Axiom test suite. This ought to be split into several parts and be made a part of axiom-api, axiom-impl and axiom-dom. However, that's not as easy as it seems. The intention is to start with axiom-test and continuosly move parts to the actual projects.

<dependency>
    <groupId>org.apache.ws.commons.axiom</groupId>
    <artifactId>axiom-tests</artifactId>
    <version>1.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.ws.commons.axiom : axiom-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.9

All Versions

Choose a version of org.apache.ws.commons.axiom : axiom-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
axiom-tests-1.2.9
axiom-tests-1.2.8
axiom-tests-1.2.7
axiom-tests-1.2.6
axiom-tests-1.2.5
axiom-tests-1.2.4
axiom-tests-1.2.3
axiom-tests-1.2.2
axiom-tests-1.2.1

How to add a dependency to Maven

Add the following org.apache.ws.commons.axiom : axiom-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.ws.commons.axiom</groupId>
    <artifactId>axiom-tests</artifactId>
    <version>1.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.ws.commons.axiom : axiom-tests gradle dependency to your build.gradle file:

implementation 'org.apache.ws.commons.axiom:axiom-tests:1.2.9'

Gradle Kotlin DSL: Add the following org.apache.ws.commons.axiom : axiom-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.ws.commons.axiom:axiom-tests:1.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.ws.commons.axiom : axiom-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.ws.commons.axiom" % "axiom-tests" % "1.2.9"