is not current version
Last Version 1.19.4

com.sun.jersey:jersey-test-framework 1.17


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-test-framework
Version

Version

1.17
Type

Type

pom

Download jersey-test-framework 1.17


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