<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-inmemory</artifactId>
<version>1.11-b02</version>
</dependency>
implementation 'com.sun.jersey.jersey-test-framework:jersey-test-framework-inmemory:1.11-b02'
implementation("com.sun.jersey.jersey-test-framework:jersey-test-framework-inmemory:1.11-b02")
libraryDependencies += "com.sun.jersey.jersey-test-framework" % "jersey-test-framework-inmemory" % "1.11-b02"
@Grapes(
@Grab(group='com.sun.jersey.jersey-test-framework', module='jersey-test-framework-inmemory', version='1.11-b02')
)
<dependency org="com.sun.jersey.jersey-test-framework" name="jersey-test-framework-inmemory" rev="1.11-b02" />
<parent> <groupId>com.sun.jersey</groupId> <artifactId>jersey-test-framework</artifactId> <version>1.11-b02</version> </parent>