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