License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
GroupId | GroupIdjboss |
ArtifactId | ArtifactIdjboss-client |
Version | Version4.0.2 |
Type | Typejar |
Description |
DescriptionJBoss Application Server Client
JBoss Application Server is a J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals. It provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jboss-client-4.0.2.pom | |
jboss-client-4.0.2.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jboss/jboss-client/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-client</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jboss-client/
implementation 'jboss:jboss-client:4.0.2'
// https://jarcasting.com/artifacts/jboss/jboss-client/
implementation ("jboss:jboss-client:4.0.2")
'jboss:jboss-client:jar:4.0.2'
<dependency org="jboss" name="jboss-client" rev="4.0.2">
<artifact name="jboss-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jboss-client', version='4.0.2')
)
libraryDependencies += "jboss" % "jboss-client" % "4.0.2"
[jboss/jboss-client "4.0.2"]