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