| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.sun.jersey |
| Идентификатор | Идентификаторjersey-jrebel |
| Версия | Версия1.11 |
| Тип | Типjar |
| Описание |
ОписаниеJersey JRebel plugin
Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
production quality Reference Implementation for building
RESTful Web services.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jersey-jrebel-1.11.pom | |
| jersey-jrebel-1.11.jar | 5 KB |
| jersey-jrebel-1.11-sources.jar | 2 KB |
| jersey-jrebel-1.11-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-jrebel/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-jrebel</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-jrebel/
implementation 'com.sun.jersey:jersey-jrebel:1.11'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-jrebel/
implementation ("com.sun.jersey:jersey-jrebel:1.11")
'com.sun.jersey:jersey-jrebel:jar:1.11'
<dependency org="com.sun.jersey" name="jersey-jrebel" rev="1.11">
<artifact name="jersey-jrebel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-jrebel', version='1.11')
)
libraryDependencies += "com.sun.jersey" % "jersey-jrebel" % "1.11"
[com.sun.jersey/jersey-jrebel "1.11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.zeroturnaround : jr-sdk | jar | 3.1.2 |