Jersey - JSR 311 Reference Implementation

Open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services

Лицензия

Лицензия

CDDL+GPL License
Категории

Категории

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

Группа

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

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

jersey
Последняя версия

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

0.8-ea
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jersey - JSR 311 Reference Implementation
Open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services
Организация-разработчик

Организация-разработчик

Sun Microsystems, Inc

Скачать jersey

Имя Файла Размер
jersey-0.8-ea.pom
jersey-0.8-ea.jar 1 MB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
javax.ws.rs : jsr311-api jar 0.8
asm : asm jar 3.1

provided (3)

Идентификатор библиотеки Тип Версия
javax.annotation : jsr250-api jar 1.0
javax.persistence : persistence-api jar 1.0.2
javax.servlet : servlet-api jar 2.5

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.8-ea