EverRest :: Picocontainer

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)

Лицензия

Лицензия

Категории

Категории

Контейнер
Группа

Группа

org.everrest
Идентификатор

Идентификатор

everrest-integration-picocontainer
Последняя версия

Последняя версия

1.12.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

EverRest :: Picocontainer
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)
Организация-разработчик

Организация-разработчик

Codenvy, S.A.

Скачать everrest-integration-picocontainer

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
javax.ws.rs : javax.ws.rs-api jar 2.0
org.everrest : everrest-core jar 1.12.3
org.slf4j : slf4j-api jar 1.7.6

provided (3)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.1.0
org.picocontainer : picocontainer jar 2.10
org.picocontainer.web : picocontainer-web-core jar 2.5

test (3)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.1.2
junit : junit jar 4.11
org.everrest : everrest-test jar 1.12.3

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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