| Категории |
КатегорииGeronimo Контейнер Application Servers |
|---|---|
| Группа | Группаorg.apache.geronimo.testsupport |
| Идентификатор | Идентификаторtestsupport-packaging |
| Версия | Версия2.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testsupport-packaging-2.2.pom | |
| testsupport-packaging-2.2.jar | 7 KB |
| testsupport-packaging-2.2-sources.jar | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.testsupport/testsupport-packaging/ -->
<dependency>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport-packaging</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.testsupport/testsupport-packaging/
implementation 'org.apache.geronimo.testsupport:testsupport-packaging:2.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.testsupport/testsupport-packaging/
implementation ("org.apache.geronimo.testsupport:testsupport-packaging:2.2")
'org.apache.geronimo.testsupport:testsupport-packaging:jar:2.2'
<dependency org="org.apache.geronimo.testsupport" name="testsupport-packaging" rev="2.2">
<artifact name="testsupport-packaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.testsupport', module='testsupport-packaging', version='2.2')
)
libraryDependencies += "org.apache.geronimo.testsupport" % "testsupport-packaging" % "2.2"
[org.apache.geronimo.testsupport/testsupport-packaging "2.2"]