is not current version
Last Version 4.0.2

jboss:jboss-client 3.2.3


Categories

Categories

JBoss Container Application Servers CLI User Interface
GroupId

GroupId

jboss
ArtifactId

ArtifactId

jboss-client
Version

Version

3.2.3
Type

Type

jar

Download jboss-client 3.2.3


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