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