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