is not current version
Last Version 27.0.0.Alpha1

org.wildfly:wildfly-client-all 23.0.1.Final

This artifact provides a single jar that contains all classes required to use remote Jakarta Enterprise Beans and Jakarta Messaging, including all dependencies. It is intended for use by those not using maven, maven users should just import the Jakarta Enterprise Beans and Jakarta Messaging BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up with different versions on classes on the class path).

Categories

Categories

WildFly Container Application Servers CLI User Interface
GroupId

GroupId

org.wildfly
ArtifactId

ArtifactId

wildfly-client-all
Version

Version

23.0.1.Final
Type

Type

jar

Download wildfly-client-all 23.0.1.Final


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