| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.everrest |
| Идентификатор | Идентификаторeverrest-integration-spring-sample |
| Версия | Версия1.12.3 |
| Тип | Типwar |
| Описание |
ОписаниеEverRest :: Spring Integration Sample
everREST is a project which provides a way to build RESTful applications
using own complete implementation of JAX-RS specification (a.k.a JSR-311)
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.everrest/everrest-integration-spring-sample/ -->
<dependency>
<groupId>org.everrest</groupId>
<artifactId>everrest-integration-spring-sample</artifactId>
<version>1.12.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-spring-sample/
implementation 'org.everrest:everrest-integration-spring-sample:1.12.3'
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-spring-sample/
implementation ("org.everrest:everrest-integration-spring-sample:1.12.3")
'org.everrest:everrest-integration-spring-sample:war:1.12.3'
<dependency org="org.everrest" name="everrest-integration-spring-sample" rev="1.12.3">
<artifact name="everrest-integration-spring-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.everrest', module='everrest-integration-spring-sample', version='1.12.3')
)
libraryDependencies += "org.everrest" % "everrest-integration-spring-sample" % "1.12.3"
[org.everrest/everrest-integration-spring-sample "1.12.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
| org.springframework : spring-beans | jar | 3.0.3.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| commons-fileupload : commons-fileupload | jar | 1.2.1 |
| javax.annotation : javax.annotation-api | jar | 1.2 |
| javax.inject : javax.inject | jar | 1 |
| javax.mail : mail | jar | 1.4.4 |
| org.everrest : everrest-core | jar | 1.12.3 |
| org.everrest : everrest-integration-spring | jar | 1.12.3 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.6 |
| org.springframework : spring-core | jar | 3.0.3.RELEASE |
| org.springframework : spring-test | jar | 3.0.3.RELEASE |
| org.springframework : spring-webmvc | jar | 3.0.3.RELEASE |