License |
License |
---|---|
Categories |
CategoriesWildFly Container Application Servers CLI User Interface |
GroupId | GroupIdorg.wildfly |
ArtifactId | ArtifactIdwildfly-client-all |
Last Version | Last Version27.0.0.Alpha1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWildFly: Jakarta Enterprise Beans and Jakarta Messaging client combined jar
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).
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-client-all/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-client-all</artifactId>
<version>27.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-client-all/
implementation 'org.wildfly:wildfly-client-all:27.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-client-all/
implementation ("org.wildfly:wildfly-client-all:27.0.0.Alpha1")
'org.wildfly:wildfly-client-all:jar:27.0.0.Alpha1'
<dependency org="org.wildfly" name="wildfly-client-all" rev="27.0.0.Alpha1">
<artifact name="wildfly-client-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-client-all', version='27.0.0.Alpha1')
)
libraryDependencies += "org.wildfly" % "wildfly-client-all" % "27.0.0.Alpha1"
[org.wildfly/wildfly-client-all "27.0.0.Alpha1"]