не последняя версия
Последняя версия 1.19.4

com.sun.jersey:jersey-tests 1.10-b04

Functional tests using JUnit.

Категории

Категории

Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

com.sun.jersey
Идентификатор

Идентификатор

jersey-tests
Версия

Версия

1.10-b04
Тип

Тип

jar

Скачать jersey-tests 1.10-b04


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