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