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

com.sun.jersey:jersey-test-framework 1.5-ea01


Категории

Категории

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

Группа

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

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

jersey-test-framework
Версия

Версия

1.5-ea01
Тип

Тип

pom

Скачать jersey-test-framework 1.5-ea01

Имя Файла Размер
jersey-test-framework-1.5-ea01.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.5-ea01</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-test-framework/
implementation 'com.sun.jersey:jersey-test-framework:1.5-ea01'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-test-framework/
implementation ("com.sun.jersey:jersey-test-framework:1.5-ea01")
'com.sun.jersey:jersey-test-framework:pom:1.5-ea01'
<dependency org="com.sun.jersey" name="jersey-test-framework" rev="1.5-ea01">
  <artifact name="jersey-test-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-test-framework', version='1.5-ea01')
)
libraryDependencies += "com.sun.jersey" % "jersey-test-framework" % "1.5-ea01"
[com.sun.jersey/jersey-test-framework "1.5-ea01"]