GroupId | GroupIdorg.apache.ws.commons.axiom |
---|---|
ArtifactId | ArtifactIdaxiom-testsuite |
Version | Version1.2.11 |
Type | Typejar |
Filename | Size |
---|---|
axiom-testsuite-1.2.11.pom | |
axiom-testsuite-1.2.11.jar | 146 KB |
axiom-testsuite-1.2.11-sources.jar | 141 KB |
axiom-testsuite-1.2.11-javadoc.jar | 767 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/axiom-testsuite/ -->
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-testsuite</artifactId>
<version>1.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/axiom-testsuite/
implementation 'org.apache.ws.commons.axiom:axiom-testsuite:1.2.11'
// https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/axiom-testsuite/
implementation ("org.apache.ws.commons.axiom:axiom-testsuite:1.2.11")
'org.apache.ws.commons.axiom:axiom-testsuite:jar:1.2.11'
<dependency org="org.apache.ws.commons.axiom" name="axiom-testsuite" rev="1.2.11">
<artifact name="axiom-testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons.axiom', module='axiom-testsuite', version='1.2.11')
)
libraryDependencies += "org.apache.ws.commons.axiom" % "axiom-testsuite" % "1.2.11"
[org.apache.ws.commons.axiom/axiom-testsuite "1.2.11"]