GroupId | GroupIdorg.apache.ws.commons.axiom |
---|---|
ArtifactId | ArtifactIdtestutils |
Version | Version1.2.19 |
Type | Typejar |
Filename | Size |
---|---|
testutils-1.2.19.pom | |
testutils-1.2.19.jar | 48 KB |
testutils-1.2.19-sources.jar | 42 KB |
testutils-1.2.19-javadoc.jar | 192 KB |
testutils-1.2.19-jacoco.exec | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/testutils/ -->
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>testutils</artifactId>
<version>1.2.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/testutils/
implementation 'org.apache.ws.commons.axiom:testutils:1.2.19'
// https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/testutils/
implementation ("org.apache.ws.commons.axiom:testutils:1.2.19")
'org.apache.ws.commons.axiom:testutils:jar:1.2.19'
<dependency org="org.apache.ws.commons.axiom" name="testutils" rev="1.2.19">
<artifact name="testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons.axiom', module='testutils', version='1.2.19')
)
libraryDependencies += "org.apache.ws.commons.axiom" % "testutils" % "1.2.19"
[org.apache.ws.commons.axiom/testutils "1.2.19"]