文件名 | 操作 |
---|---|
jersey-test-framework-1.15.pom | 下载 |
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-test-framework</artifactId>
<version>1.15</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-test-framework', version='1.15')
)