Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.jersey-test-framework |
ArtifactId | ArtifactIdjersey-test-framework-external |
Version | Version1.18.1 |
Type | Typejar |
<!-- 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.18.1</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.18.1'
// 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.18.1")
'com.sun.jersey.jersey-test-framework:jersey-test-framework-external:jar:1.18.1'
<dependency org="com.sun.jersey.jersey-test-framework" name="jersey-test-framework-external" rev="1.18.1">
<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.18.1')
)
libraryDependencies += "com.sun.jersey.jersey-test-framework" % "jersey-test-framework-external" % "1.18.1"
[com.sun.jersey.jersey-test-framework/jersey-test-framework-external "1.18.1"]