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

org.testifyproject.junit4:jersey2-system-test 1.0.2

A module that contains a JUnit test runner for running Jersey 2 system tests

Категории

Категории

JUnit Тестирование компонентов Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.testifyproject.junit4
Идентификатор

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

jersey2-system-test
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать jersey2-system-test 1.0.2


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