| Лицензия |
Лицензия
CDDL+GPL License
|
|---|---|
| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.sun.jersey |
| Идентификатор | Идентификаторjersey-spring |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjersey-spring
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jersey-spring-1.0.pom | |
| jersey-spring-1.0.jar | 16 KB |
| jersey-spring-1.0-sources.jar | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-spring/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-spring</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-spring/
implementation 'com.sun.jersey:jersey-spring:1.0'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-spring/
implementation ("com.sun.jersey:jersey-spring:1.0")
'com.sun.jersey:jersey-spring:jar:1.0'
<dependency org="com.sun.jersey" name="jersey-spring" rev="1.0">
<artifact name="jersey-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-spring', version='1.0')
)
libraryDependencies += "com.sun.jersey" % "jersey-spring" % "1.0"
[com.sun.jersey/jersey-spring "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.jersey : jersey-server | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.jersey : jersey-client | jar | 1.0 |
| org.mortbay.jetty : jetty | jar | 6.1.3 |
| org.mortbay.jetty : jetty-util | jar | 6.1.3 |
| org.testng : testng | jar | 5.5 |
| com.sun.xml.bind : jaxb-impl | jar | 2.1 |
| javax.annotation : jsr250-api | jar | 1.0 |
| junit : junit | jar | 3.8.1 |