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

com.sun.jersey:jersey-bundle 1.0

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. For source and javadoc jar files please look at the bellow specified dependencies.

Категории

Категории

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

Группа

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

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

jersey-bundle
Версия

Версия

1.0
Тип

Тип

jar

Скачать jersey-bundle 1.0


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