is not current version
Last Version 1.0.6

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

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

Categories

Categories

JUnit Unit Testing Jersey Program Interface REST Frameworks
GroupId

GroupId

org.testifyproject.junit4
ArtifactId

ArtifactId

jersey2-system-test
Version

Version

0.9.4
Type

Type

jar

Download jersey2-system-test 0.9.4


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