| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.sun.jersey |
| Идентификатор | Идентификаторjersey-bundle |
| Последняя версия | Последняя версия1.19.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjersey-bundle
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-bundle-1.19.4.pom | |
| jersey-bundle-1.19.4.jar | 1 MB |
| jersey-bundle-1.19.4-sources.jar | 1 MB |
| jersey-bundle-1.19.4-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-bundle/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-bundle/
implementation 'com.sun.jersey:jersey-bundle:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-bundle/
implementation ("com.sun.jersey:jersey-bundle:1.19.4")
'com.sun.jersey:jersey-bundle:jar:1.19.4'
<dependency org="com.sun.jersey" name="jersey-bundle" rev="1.19.4">
<artifact name="jersey-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-bundle', version='1.19.4')
)
libraryDependencies += "com.sun.jersey" % "jersey-bundle" % "1.19.4"
[com.sun.jersey/jersey-bundle "1.19.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.ws.rs : jsr311-api | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |