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