| License | License | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers CLI User Interface | 
| GroupId | GroupIdorg.jboss.deployers | 
| ArtifactId | ArtifactIdjboss-deployers-client | 
| Last Version | Last Version2.2.2.GA | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJBoss Deployers Client JBoss Deployers Client | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.jboss.deployers/jboss-deployers-client/ -->
<dependency>
    <groupId>org.jboss.deployers</groupId>
    <artifactId>jboss-deployers-client</artifactId>
    <version>2.2.2.GA</version>
</dependency>// https://jarcasting.com/artifacts/org.jboss.deployers/jboss-deployers-client/
implementation 'org.jboss.deployers:jboss-deployers-client:2.2.2.GA'// https://jarcasting.com/artifacts/org.jboss.deployers/jboss-deployers-client/
implementation ("org.jboss.deployers:jboss-deployers-client:2.2.2.GA")'org.jboss.deployers:jboss-deployers-client:jar:2.2.2.GA'<dependency org="org.jboss.deployers" name="jboss-deployers-client" rev="2.2.2.GA">
  <artifact name="jboss-deployers-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jboss.deployers', module='jboss-deployers-client', version='2.2.2.GA')
)libraryDependencies += "org.jboss.deployers" % "jboss-deployers-client" % "2.2.2.GA"[org.jboss.deployers/jboss-deployers-client "2.2.2.GA"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jboss.deployers : jboss-deployers-client-spi | jar | 2.2.2.GA | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.jboss.deployers : jboss-deployers-core | jar | 2.2.2.GA | 
| org.jboss.test : jboss-test | jar | 1.1.5.GA | 
| junit : junit | jar | 4.4 |