RESTEasy Legacy


Лицензия

Лицензия

Категории

Категории

JBoss Контейнер Application Servers RESTEasy Межпрограммное взаимодействие REST Frameworks
Группа

Группа

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

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

resteasy-legacy
Последняя версия

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

4.0.0.Beta4
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

JBoss by Red Hat

Скачать resteasy-legacy

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

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

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
org.jboss.resteasy : resteasy-jaxrs jar 4.0.0.Beta4
org.jboss.resteasy : resteasy-client jar 4.0.0.Beta4
org.jboss.spec.javax.ws.rs : jboss-jaxrs-api_2.1_spec jar
org.jboss.spec.javax.servlet : jboss-servlet-api_3.1_spec jar
org.jboss.spec.javax.annotation : jboss-annotations-api_1.2_spec jar
javax.activation : activation jar
org.apache.httpcomponents : httpclient jar
commons-io : commons-io jar
net.jcip : jcip-annotations jar
org.jboss.logging : jboss-logging jar
org.jboss.logging : jboss-logging-annotations jar
org.jboss.logging : jboss-logging-processor jar

provided (3)

Идентификатор библиотеки Тип Версия
junit : junit jar
log4j : log4j jar
org.slf4j : slf4j-api jar

test (2)

Идентификатор библиотеки Тип Версия
org.jboss.spec.javax.el : jboss-el-api_3.0_spec jar
org.glassfish : javax.el jar

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

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

RESTEasy

Build Status

RESTEasy is a JBoss.org project aimed at providing productivity frameworks for developing client and server RESTful applications and services in Java. It is mainly a JAX-RS implementation but you'll find some other experimental code in the repository.

The project page can be found at https://resteasy.github.io.

JAX-RS

RESTEasy is a JBoss project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications. It is a portable implementation of the JAX-RS specification. The full name of JAX-RS is Jakarta RESTful Web Services that provides a Java API for RESTful Web Services over the HTTP protocol. Please note that the specification is now under the Eclipse EE4J Project. You can read the entire specification at Jakarta RESTful Web Services.

Getting started with RESTEasy

Documentation

To read the documentation you can read it online.

Issues

Issues are kept in JIRA.

Build

Currently RESTEasy can be built with JDK 1.8 and 11.

If you want to purely build the project without running the tests, you need to pull down a clone of the RESTEasy repository and run:

$ mvn install -Dmaven.test.skip=true

If you want to build the project with testings run, you may need to specify a profile to use, and may need to configure the Wildfly version you want to run the tests with. Here is an example:

$ export SERVER_VERSION=17.0.0.Final
$ mvn -B -Pjboss-repository -fae -Dserver.version=$SERVER_VERSION install

You may want to check our Travis CI configuration to see our testing configuration matrix as build example.

And the example of full build processes can be checked here.

Contribute

You are most welcome to contribute to RESTEasy!

Read the Contribution guidelines

org.jboss.resteasy

RESTEasy

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

Версия
4.0.0.Beta4
4.0.0.Beta3
4.0.0.Beta2
4.0.0.Beta1
3.1.4.Final
3.1.3.Final
3.1.2.Final
3.1.1.Final
3.1.0.Final
3.1.0.CR3