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