文件下载
文件名 操作
jersey-test-framework-1.9-ea07.pom 下载
Apache Maven
<dependency>
  <groupId>com.sun.jersey</groupId>
  <artifactId>jersey-test-framework</artifactId>
  <version>1.9-ea07</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sun.jersey:jersey-test-framework:1.9-ea07'
Gradle Kotlin
implementation("com.sun.jersey:jersey-test-framework:1.9-ea07")
Scala SBT
libraryDependencies += "com.sun.jersey" % "jersey-test-framework" % "1.9-ea07"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.jersey', module='jersey-test-framework', version='1.9-ea07')
)
Apache Ivy
<dependency org="com.sun.jersey" name="jersey-test-framework" rev="1.9-ea07" />
Leiningen
[com.sun.jersey/jersey-test-framework "1.9-ea07"]
Apache Buildr
'com.sun.jersey:jersey-test-framework:jar:1.9-ea07'