| Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
|---|---|
| GroupId | GroupIdjboss |
| ArtifactId | ArtifactIdjboss-system-client |
| Last Version | Last Version3.2.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| jboss-system-client-3.2.3.pom | |
| jboss-system-client-3.2.3.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jboss/jboss-system-client/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-system-client</artifactId>
<version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jboss-system-client/
implementation 'jboss:jboss-system-client:3.2.3'
// https://jarcasting.com/artifacts/jboss/jboss-system-client/
implementation ("jboss:jboss-system-client:3.2.3")
'jboss:jboss-system-client:jar:3.2.3'
<dependency org="jboss" name="jboss-system-client" rev="3.2.3">
<artifact name="jboss-system-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jboss-system-client', version='3.2.3')
)
libraryDependencies += "jboss" % "jboss-system-client" % "3.2.3"
[jboss/jboss-system-client "3.2.3"]