JBoss Java EE 6 Specification APIs with Resteasy

Dependency Management for Java EE 6 Specification APIs with Resteasy

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

jboss-javaee-6.0-with-resteasy
Последняя версия

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

6.2.0-redhat-1
Дата

Дата

Тип

Тип

pom
Описание

Описание

JBoss Java EE 6 Specification APIs with Resteasy
Dependency Management for Java EE 6 Specification APIs with Resteasy

Скачать jboss-javaee-6.0-with-resteasy

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

<!-- https://jarcasting.com/artifacts/org.jboss.bom.eap/jboss-javaee-6.0-with-resteasy/ -->
<dependency>
    <groupId>org.jboss.bom.eap</groupId>
    <artifactId>jboss-javaee-6.0-with-resteasy</artifactId>
    <version>6.2.0-redhat-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.bom.eap/jboss-javaee-6.0-with-resteasy/
implementation 'org.jboss.bom.eap:jboss-javaee-6.0-with-resteasy:6.2.0-redhat-1'
// https://jarcasting.com/artifacts/org.jboss.bom.eap/jboss-javaee-6.0-with-resteasy/
implementation ("org.jboss.bom.eap:jboss-javaee-6.0-with-resteasy:6.2.0-redhat-1")
'org.jboss.bom.eap:jboss-javaee-6.0-with-resteasy:pom:6.2.0-redhat-1'
<dependency org="org.jboss.bom.eap" name="jboss-javaee-6.0-with-resteasy" rev="6.2.0-redhat-1">
  <artifact name="jboss-javaee-6.0-with-resteasy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.bom.eap', module='jboss-javaee-6.0-with-resteasy', version='6.2.0-redhat-1')
)
libraryDependencies += "org.jboss.bom.eap" % "jboss-javaee-6.0-with-resteasy" % "6.2.0-redhat-1"
[org.jboss.bom.eap/jboss-javaee-6.0-with-resteasy "6.2.0-redhat-1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

JBoss BOMs

The JBoss BOM's project provides Maven BOM files enhancing Jave EE 7 with deployment and test tooling. These files manage the version of the dependencies you use in your project, ensuring you always get a compatible stack.

Usage

To use the BOM, import into your dependency management. For example, if you wanted "Java EE with Tools recommended by JBoss", use:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.jboss.bom</groupId>
            <artifactId>jboss-javaee-7.0-eap</artifactId>
            <version>7.0.10-SNAPSHOT</version>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Unfortunately, Maven doesn't allow you to specify plugin versions this way. The readme for each BOM calls out any plugin versions you should use. For example, to use the plugins associated with "Java EE with Tools recommended by JBoss":

<pluginManagement>
    <plugins>
        <!-- The Maven Surefire plugin tests your application. Here we ensure we are using a version compatible with Arquillian -->
        <plugin>
            <artifactId>maven-surefire-plugin</artifactId>
            <version>2.17</version>
        </plugin>
        <!-- The WildFly Maven Plugin deploys your war to a local WildFly container -->
        <!-- To use, set the JBOSS_HOME environment variable and run:
             mvn package wildfly:deploy -->
        <plugin>
            <groupId>org.wildfly.plugins</groupId>
            <artifactId>wildfly-maven-plugin</artifactId>
            <version>1.0.2.Final</version>
        </plugin>
    </plugins>
</pluginManagement>

You'll need to take a look at the POM source in order to find the latest versions of plugins recommended.

org.jboss.bom.eap

JBoss Developer

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

Версия
6.2.0-redhat-1
6.1.0-redhat-1