License |
License |
---|---|
Categories |
CategoriesWildFly Container Application Servers CLI User Interface |
GroupId | GroupIdorg.wildfly |
ArtifactId | ArtifactIdwildfly-ejb-client-legacy-bom |
Last Version | Last Version26.1.1.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWildFly BOMs: EJB Legacy Client
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wildfly-ejb-client-legacy-bom-26.1.1.Final.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-ejb-client-legacy-bom/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-legacy-bom</artifactId>
<version>26.1.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-ejb-client-legacy-bom/
implementation 'org.wildfly:wildfly-ejb-client-legacy-bom:26.1.1.Final'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-ejb-client-legacy-bom/
implementation ("org.wildfly:wildfly-ejb-client-legacy-bom:26.1.1.Final")
'org.wildfly:wildfly-ejb-client-legacy-bom:pom:26.1.1.Final'
<dependency org="org.wildfly" name="wildfly-ejb-client-legacy-bom" rev="26.1.1.Final">
<artifact name="wildfly-ejb-client-legacy-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-ejb-client-legacy-bom', version='26.1.1.Final')
)
libraryDependencies += "org.wildfly" % "wildfly-ejb-client-legacy-bom" % "26.1.1.Final"
[org.wildfly/wildfly-ejb-client-legacy-bom "26.1.1.Final"]