| Лицензия |
Лицензия
jQuery license
|
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторhelloworld-spring-webapp |
| Последняя версия | Последняя версия3.0.0-M6 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
Описаниеjersey-examples-helloworld-spring-webapp
Spring 4 Integration Jersey Example
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-spring-webapp/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-spring-webapp</artifactId>
<version>3.0.0-M6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-spring-webapp/
implementation 'org.glassfish.jersey.examples:helloworld-spring-webapp:3.0.0-M6'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-spring-webapp/
implementation ("org.glassfish.jersey.examples:helloworld-spring-webapp:3.0.0-M6")
'org.glassfish.jersey.examples:helloworld-spring-webapp:war:3.0.0-M6'
<dependency org="org.glassfish.jersey.examples" name="helloworld-spring-webapp" rev="3.0.0-M6">
<artifact name="helloworld-spring-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-spring-webapp', version='3.0.0-M6')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-spring-webapp" % "3.0.0-M6"
[org.glassfish.jersey.examples/helloworld-spring-webapp "3.0.0-M6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.jersey.containers : jersey-container-servlet | jar | |
| org.glassfish.jersey.inject : jersey-hk2 | jar | |
| org.springframework : spring-web | jar | 4.3.20.RELEASE |
| commons-logging : commons-logging | jar | 1.2 |
| org.glassfish.jersey.ext : jersey-spring4 | jar | 3.0.0-M6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mortbay.jetty : servlet-api-2.5 | jar | 6.1.14 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |