Files download
File Operation
jersey-test-framework-inmemory-1.17.1.jar download
jersey-test-framework-inmemory-1.17.1.pom download
jersey-test-framework-inmemory-1.17.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.jersey.jersey-test-framework</groupId>
  <artifactId>jersey-test-framework-inmemory</artifactId>
  <version>1.17.1</version>
</dependency>
Gradle Groovy
implementation 'com.sun.jersey.jersey-test-framework:jersey-test-framework-inmemory:1.17.1'
Gradle Kotlin
implementation("com.sun.jersey.jersey-test-framework:jersey-test-framework-inmemory:1.17.1")
Scala SBT
libraryDependencies += "com.sun.jersey.jersey-test-framework" % "jersey-test-framework-inmemory" % "1.17.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.jersey.jersey-test-framework', module='jersey-test-framework-inmemory', version='1.17.1')
)
Apache Ivy
<dependency org="com.sun.jersey.jersey-test-framework" name="jersey-test-framework-inmemory" rev="1.17.1" />
Leiningen
[com.sun.jersey.jersey-test-framework/jersey-test-framework-inmemory "1.17.1"]
Apache Buildr
'com.sun.jersey.jersey-test-framework:jersey-test-framework-inmemory:jar:1.17.1'