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

com.sun.jersey:jersey-tests 1.13-b01

Functional tests using JUnit.

Категории

Категории

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

Группа

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

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

jersey-tests
Версия

Версия

1.13-b01
Тип

Тип

pom

Скачать jersey-tests 1.13-b01

Имя Файла Размер
jersey-tests-1.13-b01.pom 15 KB
Обзор

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