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

com.sun.jersey:jersey-test-framework 1.1.5


Категории

Категории

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

Группа

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

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

jersey-test-framework
Версия

Версия

1.1.5
Тип

Тип

jar

Скачать jersey-test-framework 1.1.5


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