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

com.sun.jersey:jersey-bundle 1.5-ea06

A bundle containing code of all jar-based modules that provide JAX-RS and Jersey-related features. Such a bundle is *only intended* for developers that do not use Maven's dependency system. The bundle does not include code for contributes, tests and samples.

Категории

Категории

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

Группа

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

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

jersey-bundle
Версия

Версия

1.5-ea06
Тип

Тип

jar

Скачать jersey-bundle 1.5-ea06


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