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

com.sun.jersey:jersey-client 1.18.4


Категории

Категории

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

Группа

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

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

jersey-client
Версия

Версия

1.18.4
Тип

Тип

jar

Скачать jersey-client 1.18.4


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