Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdjboss |
ArtifactId | ArtifactIdjbosssx-client |
Last Version | Last Version4.2.2.GA |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPOM was created from install:install-file
|
Filename | Size |
---|---|
jbosssx-client-4.2.2.GA.pom | |
jbosssx-client-4.2.2.GA.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jboss/jbosssx-client/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jbosssx-client</artifactId>
<version>4.2.2.GA</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jbosssx-client/
implementation 'jboss:jbosssx-client:4.2.2.GA'
// https://jarcasting.com/artifacts/jboss/jbosssx-client/
implementation ("jboss:jbosssx-client:4.2.2.GA")
'jboss:jbosssx-client:jar:4.2.2.GA'
<dependency org="jboss" name="jbosssx-client" rev="4.2.2.GA">
<artifact name="jbosssx-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jbosssx-client', version='4.2.2.GA')
)
libraryDependencies += "jboss" % "jbosssx-client" % "4.2.2.GA"
[jboss/jbosssx-client "4.2.2.GA"]