is not current version
Last Version 1.19.4

com.sun.jersey:jersey-tests 1.18.4

Functional tests using JUnit.

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-tests
Version

Version

1.18.4
Type

Type

pom

Download jersey-tests 1.18.4

Filename Size
jersey-tests-1.18.4.pom 18 KB
Browse

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