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

com.sun.jersey:jersey-core 1.18.2


Категории

Категории

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

Группа

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

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

jersey-core
Версия

Версия

1.18.2
Тип

Тип

jar

Скачать jersey-core 1.18.2


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