MVN

org.wildfly.bom : ejb-client-bom

Maven & Gradle

May 31, 2018
1 usages
53 stars

WildFly: EJB Client BOM · This artifact provides a bill of materials (BOM) for remoting based EJB usage. Importing this bom into your project will give you the maven artifacts you need to perform remote EJB calls.

<dependency>
    <groupId>org.wildfly.bom</groupId>
    <artifactId>ejb-client-bom</artifactId>
    <version>13.0.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.bom : ejb-client-bom to add to Maven - Latest Versions:

  • Latest Stable: 13.0.0.Final
  • Latest Alpha: 13.0.0.Alpha5

All Versions

Choose a version of org.wildfly.bom : ejb-client-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
13.0.x
ejb-client-bom-13.0.0.Final
ejb-client-bom-13.0.0.Alpha5
ejb-client-bom-13.0.0.Alpha3
ejb-client-bom-13.0.0.Alpha2
ejb-client-bom-13.0.0.Alpha1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wildfly.bom</groupId>
    <artifactId>ejb-client-bom</artifactId>
    <version>13.0.0.Final</version>
</dependency>

Advertisement