не последняя версия
Последняя версия 2.3.1

org.jboss.pnc:integration-test 1.4.4

Tests for REST endpoints. REST to DB related tests run against im memory database. REST to executor related tests use mocked executor to avoid using remote services.

Категории

Категории

JBoss Контейнер Application Servers
Группа

Группа

org.jboss.pnc
Идентификатор

Идентификатор

integration-test
Версия

Версия

1.4.4
Тип

Тип

jar

Скачать integration-test 1.4.4


<!-- https://jarcasting.com/artifacts/org.jboss.pnc/integration-test/ -->
<dependency>
    <groupId>org.jboss.pnc</groupId>
    <artifactId>integration-test</artifactId>
    <version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc/integration-test/
implementation 'org.jboss.pnc:integration-test:1.4.4'
// https://jarcasting.com/artifacts/org.jboss.pnc/integration-test/
implementation ("org.jboss.pnc:integration-test:1.4.4")
'org.jboss.pnc:integration-test:jar:1.4.4'
<dependency org="org.jboss.pnc" name="integration-test" rev="1.4.4">
  <artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc', module='integration-test', version='1.4.4')
)
libraryDependencies += "org.jboss.pnc" % "integration-test" % "1.4.4"
[org.jboss.pnc/integration-test "1.4.4"]