Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.jersey-test-framework |
ArtifactId | ArtifactIdjersey-test-framework-http |
Version | Version1.5-ea09 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-http/ -->
<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-http</artifactId>
<version>1.5-ea09</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-http/
implementation 'com.sun.jersey.jersey-test-framework:jersey-test-framework-http:1.5-ea09'
// https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-http/
implementation ("com.sun.jersey.jersey-test-framework:jersey-test-framework-http:1.5-ea09")
'com.sun.jersey.jersey-test-framework:jersey-test-framework-http:jar:1.5-ea09'
<dependency org="com.sun.jersey.jersey-test-framework" name="jersey-test-framework-http" rev="1.5-ea09">
<artifact name="jersey-test-framework-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.jersey-test-framework', module='jersey-test-framework-http', version='1.5-ea09')
)
libraryDependencies += "com.sun.jersey.jersey-test-framework" % "jersey-test-framework-http" % "1.5-ea09"
[com.sun.jersey.jersey-test-framework/jersey-test-framework-http "1.5-ea09"]