EverRest :: Picocontainer 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)

License

License

Categories

Categories

Container
GroupId

GroupId

org.everrest
ArtifactId

ArtifactId

everrest-integration-picocontainer-sample
Last Version

Last Version

1.12.3
Release Date

Release Date

Type

Type

war
Description

Description

EverRest :: Picocontainer 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)
Project Organization

Project Organization

Codenvy, S.A.

Download everrest-integration-picocontainer-sample

How to add to project

<!-- https://jarcasting.com/artifacts/org.everrest/everrest-integration-picocontainer-sample/ -->
<dependency>
    <groupId>org.everrest</groupId>
    <artifactId>everrest-integration-picocontainer-sample</artifactId>
    <version>1.12.3</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-picocontainer-sample/
implementation 'org.everrest:everrest-integration-picocontainer-sample:1.12.3'
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-picocontainer-sample/
implementation ("org.everrest:everrest-integration-picocontainer-sample:1.12.3")
'org.everrest:everrest-integration-picocontainer-sample:war:1.12.3'
<dependency org="org.everrest" name="everrest-integration-picocontainer-sample" rev="1.12.3">
  <artifact name="everrest-integration-picocontainer-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.everrest', module='everrest-integration-picocontainer-sample', version='1.12.3')
)
libraryDependencies += "org.everrest" % "everrest-integration-picocontainer-sample" % "1.12.3"
[org.everrest/everrest-integration-picocontainer-sample "1.12.3"]

Dependencies

compile (4)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.0
org.everrest : everrest-integration-picocontainer jar 1.12.3
org.picocontainer : picocontainer jar 2.10
org.picocontainer.web : picocontainer-web-core jar 2.5

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

runtime (4)

Group / Artifact Type Version
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.mail : mail jar 1.4.4

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