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