WildFly: EJB Legacy Client BOM

This artifact provides a bill of materials (BOM) for remoting based EJB for clients which require 100% API compatiblity with EAP 7.0 and earlier releases. It is recommended to use the primary wildfly-ejb-client bom if possible.

Лицензия

Лицензия

Категории

Категории

WildFly Контейнер Application Servers CLI Взаимодействие с пользователем
Группа

Группа

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

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

ejb-client-legacy-bom
Последняя версия

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

13.0.0.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

WildFly: EJB Legacy Client BOM
This artifact provides a bill of materials (BOM) for remoting based EJB for clients which require 100% API compatiblity with EAP 7.0 and earlier releases. It is recommended to use the primary wildfly-ejb-client bom if possible.
Организация-разработчик

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

JBoss by Red Hat

Скачать ejb-client-legacy-bom

Имя Файла Размер
ejb-client-legacy-bom-13.0.0.Final.pom 3 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/org.wildfly.bom/ejb-client-legacy-bom/ -->
<dependency>
    <groupId>org.wildfly.bom</groupId>
    <artifactId>ejb-client-legacy-bom</artifactId>
    <version>13.0.0.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.bom/ejb-client-legacy-bom/
implementation 'org.wildfly.bom:ejb-client-legacy-bom:13.0.0.Final'
// https://jarcasting.com/artifacts/org.wildfly.bom/ejb-client-legacy-bom/
implementation ("org.wildfly.bom:ejb-client-legacy-bom:13.0.0.Final")
'org.wildfly.bom:ejb-client-legacy-bom:pom:13.0.0.Final'
<dependency org="org.wildfly.bom" name="ejb-client-legacy-bom" rev="13.0.0.Final">
  <artifact name="ejb-client-legacy-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.bom', module='ejb-client-legacy-bom', version='13.0.0.Final')
)
libraryDependencies += "org.wildfly.bom" % "ejb-client-legacy-bom" % "13.0.0.Final"
[org.wildfly.bom/ejb-client-legacy-bom "13.0.0.Final"]

Зависимости

compile (14)

Идентификатор библиотеки Тип Версия
org.jboss » jboss-ejb-client-legacy jar 3.0.2.Final
org.jboss.logging : jboss-logging jar 3.3.1.Final
org.jboss.marshalling : jboss-marshalling jar 2.0.5.Final
org.jboss.marshalling : jboss-marshalling-river jar 2.0.5.Final
org.jboss.remoting : jboss-remoting jar 5.0.5.Final
org.jboss.spec.javax.transaction : jboss-transaction-api_1.2_spec jar 1.1.1.Final
org.jboss.spec.javax.ejb : jboss-ejb-api_3.2_spec jar 1.0.1.Final
org.jboss.threads : jboss-threads jar 2.3.2.Final
org.jboss.xnio : xnio-api jar 3.6.2.Final
org.jboss.xnio : xnio-nio jar 3.6.2.Final
org.wildfly : wildfly-naming-client jar 1.0.9.Final
org.wildfly.common : wildfly-common jar 1.3.1.Final
org.wildfly.security : wildfly-elytron jar 1.2.4.Final
org.wildfly.client : wildfly-client-config jar 1.0.0.Final

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

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

WildFly BOMs

The WildFly BOMs project provides Maven BOM files, which includes dependency management compatible with (same version) WildFly. These files manage the version of the dependencies you may need to build, test or debug your project, ensuring you always get a compatible stack.

The following BOMs are available:

  • EJB Client (Maven coordinates "org.wildfly:wildfly-ejb-client-bom", built by /clients/ejb-client/pom.xml)

  • EJB Legacy Client (Maven coordinates "org.wildfly:wildfly-ejb-client-legacy-bom", built by /clients/ejb-legacy-client/pom.xml)

  • JAXWS Client (Maven coordinates "org.wildfly:wildfly-jaxws-client-bom", built by /clients/jaxws-client/pom.xml)

  • JMS Client (Maven coordinates "org.wildfly:wildfly-jms-client-bom", built by /clients/jms-client/pom.xml)

  • Jakarta EE 8 (Maven coordinates "org.wildfly.bom:wildfly-jakartaee8", built by /jakartaee8/pom.xml)

  • Jakarta EE 8 with Tools (Maven coordinates "org.wildfly.bom:wildfly-jakartaee8-with-tools", built by /jakartaee8/jakartaee8-with-tools/pom.xml)

  • MicroProfile (Maven coordinates "org.wildfly.bom:wildfly-microprofile", built by /microprofile/pom.xml)

Usage

To use a BOM, import into your dependency management. For example, if you want "Jakarta EE 8 with Tools" artifacts, use:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.wildfly.bom</groupId>
            <artifactId>wildfly-jakartaee8-with-tools</artifactId>
            <scope>import</scope>
            <type>pom</type>
            <version>${wildfly.version}</version>
        </dependency>
    </dependencies>
</dependencyManagement>
org.wildfly.bom

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

Версия
13.0.0.Final
13.0.0.Alpha5
13.0.0.Alpha3
13.0.0.Alpha2
13.0.0.Alpha1