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