Arquillian


Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

3.0.19.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

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

JBoss by Red Hat
Система контроля версий

Система контроля версий

http://github.com/resteasy/Resteasy/tree/master/arquillian/

Скачать arquillian

Имя Файла Размер
arquillian-3.0.19.Final.pom 814 bytes
Обзор

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

  • RESTEASY-736-jetty
  • RESTEASY-903-WF8
  • RESTEASY-760-jetty
  • RESTEASY-767-jetty
  • ValidationTest-WF8
  • RESTEASY-923-WF8
  • RESTEASY-945-WF8
  • RESTEASY-1008-WF8
  • RESTEASY-1054-WF8
  • RESTEASY-1056-jetty-bv11
  • RESTEASY-1056-jetty-bv10
  • RESTEASY-1058-WF8
  • RESTEASY-1073-WF8
  • RESTEASY-1082-WF8
  • RESTEASY-TEST-WF8
  • RESTEASY-1141-WF8
  • RESTEASY-1141-jetty
  • RESTEASY-1223-WF8

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

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

Версия
3.0.19.Final
3.0.18.Final
3.0.17.Final
3.0.16.Final
3.0.15.Final
3.0-beta-2
3.0-beta-1
2.3.7.Final
2.3.6.Final
2.3.5.Final