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