is not current version
Last Version 1.19.4

com.sun.jersey:jersey-tests 1.11-b02

Functional tests using JUnit.

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-tests
Version

Version

1.11-b02
Type

Type

jar

Download jersey-tests 1.11-b02


<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-tests/ -->
<dependency>
    <groupId>com.sun.jersey</groupId>
    <artifactId>jersey-tests</artifactId>
    <version>1.11-b02</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-tests/
implementation 'com.sun.jersey:jersey-tests:1.11-b02'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-tests/
implementation ("com.sun.jersey:jersey-tests:1.11-b02")
'com.sun.jersey:jersey-tests:jar:1.11-b02'
<dependency org="com.sun.jersey" name="jersey-tests" rev="1.11-b02">
  <artifact name="jersey-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-tests', version='1.11-b02')
)
libraryDependencies += "com.sun.jersey" % "jersey-tests" % "1.11-b02"
[com.sun.jersey/jersey-tests "1.11-b02"]