| Группа | Группаorg.apache.ws.commons.axiom |
|---|---|
| Идентификатор | Идентификаторxml-truth |
| Версия | Версия1.2.19 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xml-truth-1.2.19.pom | |
| xml-truth-1.2.19.jar | 41 KB |
| xml-truth-1.2.19-sources.jar | 25 KB |
| xml-truth-1.2.19-javadoc.jar | 77 KB |
| xml-truth-1.2.19-jacoco.exec | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/xml-truth/ -->
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>xml-truth</artifactId>
<version>1.2.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/xml-truth/
implementation 'org.apache.ws.commons.axiom:xml-truth:1.2.19'
// https://jarcasting.com/artifacts/org.apache.ws.commons.axiom/xml-truth/
implementation ("org.apache.ws.commons.axiom:xml-truth:1.2.19")
'org.apache.ws.commons.axiom:xml-truth:jar:1.2.19'
<dependency org="org.apache.ws.commons.axiom" name="xml-truth" rev="1.2.19">
<artifact name="xml-truth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons.axiom', module='xml-truth', version='1.2.19')
)
libraryDependencies += "org.apache.ws.commons.axiom" % "xml-truth" % "1.2.19"
[org.apache.ws.commons.axiom/xml-truth "1.2.19"]