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)

License

License

GroupId

GroupId

org.everrest
ArtifactId

ArtifactId

everrest-integration-spring
Last Version

Last Version

1.12.3
Release Date

Release Date

Type

Type

jar
Description

Description

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)
Project Organization

Project Organization

Codenvy, S.A.

Download everrest-integration-spring

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.0
org.everrest : everrest-core jar 1.12.3

provided (7)

Group / Artifact Type Version
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

test (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

Overview

Java CI with Maven Maven CentralGitHub tag

EverRest project it is RESTful application framework along with complete JAX-RS (JSR-311) implementation. It is portable between different Servlet containers.

JAX-RS specification is available here

org.everrest

Codenvy

Accelerate devops with on-demand developer environments.

Versions

Version
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0