не последняя версия
Последняя версия 27.0.0.Alpha1

org.wildfly:wildfly-client-all 13.0.0.Beta1

This artifact provides a single jar that contains all classes required to use remote EJB and JMS, including all dependencies. It is intended for use by those not using maven, maven users should just import the EJB and JMS 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).

Категории

Категории

WildFly Контейнер Application Servers CLI Взаимодействие с пользователем
Группа

Группа

org.wildfly
Идентификатор

Идентификатор

wildfly-client-all
Версия

Версия

13.0.0.Beta1
Тип

Тип

jar

Скачать wildfly-client-all 13.0.0.Beta1


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