is not current version
Last Version 1.19.4

com.sun.jersey:jersey-tests 0.9-ea

Functional tests using JUnit.

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-tests
Version

Version

0.9-ea
Type

Type

pom

Download jersey-tests 0.9-ea

Filename Size
jersey-tests-0.9-ea.pom 9 KB
Browse

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