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

com.sun.jersey.test:functional-tests 1.10-b03

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services. This module encapsulates all OSGi related Jersey tests.

Категории

Категории

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

Группа

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

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

functional-tests
Версия

Версия

1.10-b03
Тип

Тип

pom

Скачать functional-tests 1.10-b03

Имя Файла Размер
functional-tests-1.10-b03.pom 3 KB
Обзор

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