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

com.sun.jersey:jersey-test-framework 1.10-b05


Категории

Категории

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

Группа

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

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

jersey-test-framework
Версия

Версия

1.10-b05
Тип

Тип

pom

Скачать jersey-test-framework 1.10-b05

Имя Файла Размер
jersey-test-framework-1.10-b05.pom 2 KB
Обзор

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