is not current version
Last Version 1.2.9

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

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.

GroupId

GroupId

org.apache.ws.commons.axiom
ArtifactId

ArtifactId

axiom-tests
Version

Version

1.2.6
Type

Type

jar

Download axiom-tests 1.2.6


<!-- https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/axiom-tests/ -->
<dependency>
    <groupId>org.apache.ws.commons.axiom</groupId>
    <artifactId>axiom-tests</artifactId>
    <version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/axiom-tests/
implementation 'org.apache.ws.commons.axiom:axiom-tests:1.2.6'
// https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/axiom-tests/
implementation ("org.apache.ws.commons.axiom:axiom-tests:1.2.6")
'org.apache.ws.commons.axiom:axiom-tests:jar:1.2.6'
<dependency org="org.apache.ws.commons.axiom" name="axiom-tests" rev="1.2.6">
  <artifact name="axiom-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons.axiom', module='axiom-tests', version='1.2.6')
)
libraryDependencies += "org.apache.ws.commons.axiom" % "axiom-tests" % "1.2.6"
[org.apache.ws.commons.axiom/axiom-tests "1.2.6"]