is not current version
Last Version 1.1.1-ea

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


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.test.framework
ArtifactId

ArtifactId

jersey-test-framework
Version

Version

1.0.3
Type

Type

jar

Download jersey-test-framework 1.0.3


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