is not current version
Last Version 1.1.1-ea

com.sun.jersey.test.framework:jersey-test-framework 1.1.0-ea


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.test.framework
ArtifactId

ArtifactId

jersey-test-framework
Version

Version

1.1.0-ea
Type

Type

jar

Download jersey-test-framework 1.1.0-ea


<!-- 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.1.0-ea</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.test.framework/jersey-test-framework/
implementation 'com.sun.jersey.test.framework:jersey-test-framework:1.1.0-ea'
// https://jarcasting.com/artifacts/com.sun.jersey.test.framework/jersey-test-framework/
implementation ("com.sun.jersey.test.framework:jersey-test-framework:1.1.0-ea")
'com.sun.jersey.test.framework:jersey-test-framework:jar:1.1.0-ea'
<dependency org="com.sun.jersey.test.framework" name="jersey-test-framework" rev="1.1.0-ea">
  <artifact name="jersey-test-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.test.framework', module='jersey-test-framework', version='1.1.0-ea')
)
libraryDependencies += "com.sun.jersey.test.framework" % "jersey-test-framework" % "1.1.0-ea"
[com.sun.jersey.test.framework/jersey-test-framework "1.1.0-ea"]