is not current version
Last Version 1.19.4

com.sun.jersey.jersey-test-framework:jersey-test-framework-external 1.14


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.jersey-test-framework
ArtifactId

ArtifactId

jersey-test-framework-external
Version

Version

1.14
Type

Type

jar

Download jersey-test-framework-external 1.14


<!-- https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-external/ -->
<dependency>
    <groupId>com.sun.jersey.jersey-test-framework</groupId>
    <artifactId>jersey-test-framework-external</artifactId>
    <version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-external/
implementation 'com.sun.jersey.jersey-test-framework:jersey-test-framework-external:1.14'
// https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-external/
implementation ("com.sun.jersey.jersey-test-framework:jersey-test-framework-external:1.14")
'com.sun.jersey.jersey-test-framework:jersey-test-framework-external:jar:1.14'
<dependency org="com.sun.jersey.jersey-test-framework" name="jersey-test-framework-external" rev="1.14">
  <artifact name="jersey-test-framework-external" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.jersey-test-framework', module='jersey-test-framework-external', version='1.14')
)
libraryDependencies += "com.sun.jersey.jersey-test-framework" % "jersey-test-framework-external" % "1.14"
[com.sun.jersey.jersey-test-framework/jersey-test-framework-external "1.14"]