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