is not current version
Last Version 1.19.4

com.sun.jersey:jersey-test-framework 1.8-ea02


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-test-framework
Version

Version

1.8-ea02
Type

Type

pom

Download jersey-test-framework 1.8-ea02


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