| License |
License |
|---|---|
| Categories |
CategoriesContainer |
| GroupId | GroupIdorg.everrest |
| ArtifactId | ArtifactIdeverrest-integration-picocontainer-sample |
| Version | Version1.12.3 |
| Type | Typewar |
| Description |
DescriptionEverRest :: 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 |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| 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 |