is not current version
Last Version 26.1.1.Final

org.wildfly:wildfly-ejb-client-bom 9.0.0.CR1

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.

Categories

Categories

WildFly Container Application Servers CLI User Interface
GroupId

GroupId

org.wildfly
ArtifactId

ArtifactId

wildfly-ejb-client-bom
Version

Version

9.0.0.CR1
Type

Type

pom

Download wildfly-ejb-client-bom 9.0.0.CR1


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