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