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