is not current version
Last Version 13.0.0.Final

org.wildfly.bom:ejb-client-legacy-bom 13.0.0.Alpha5

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.

Categories

Categories

WildFly Container Application Servers CLI User Interface
GroupId

GroupId

org.wildfly.bom
ArtifactId

ArtifactId

ejb-client-legacy-bom
Version

Version

13.0.0.Alpha5
Type

Type

pom

Download ejb-client-legacy-bom 13.0.0.Alpha5


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