| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.everrest |
| Идентификатор | Идентификаторeverrest-integration-spring |
| Версия | Версия1.12.3 |
| Тип | Типjar |
| Описание |
ОписаниеEverRest :: Spring
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/ -->
<dependency>
<groupId>org.everrest</groupId>
<artifactId>everrest-integration-spring</artifactId>
<version>1.12.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-spring/
implementation 'org.everrest:everrest-integration-spring:1.12.3'
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-spring/
implementation ("org.everrest:everrest-integration-spring:1.12.3")
'org.everrest:everrest-integration-spring:jar:1.12.3'
<dependency org="org.everrest" name="everrest-integration-spring" rev="1.12.3">
<artifact name="everrest-integration-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.everrest', module='everrest-integration-spring', version='1.12.3')
)
libraryDependencies += "org.everrest" % "everrest-integration-spring" % "1.12.3"
[org.everrest/everrest-integration-spring "1.12.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
| org.everrest : everrest-core | jar | 1.12.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.springframework : spring-beans | jar | 3.0.3.RELEASE |
| org.springframework : spring-context | jar | 3.0.3.RELEASE |
| org.springframework : spring-core | jar | 3.0.3.RELEASE |
| org.springframework : spring-test | jar | 3.0.3.RELEASE |
| org.springframework : spring-web | jar | 3.0.3.RELEASE |
| org.springframework : spring-webmvc | jar | 3.0.3.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| junit : junit | jar | 4.11 |
| org.everrest : everrest-test | jar | 1.12.3 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.6 |