Download jboss-3.2.3.jar file - Jar j

Jar examples for j:jboss

Description

POM was created from install:install-file

You can download jar file jboss 3.2.3 in this page.

License

Apache License

Build File

You can use the following script to add jboss-3.2.3.jar to your project.

<dependency>
   <groupId>jboss</groupId>
   <artifactId>jboss</artifactId>
   <version>3.2.3</version>
</dependency>
compile group: 'jboss', name: 'jboss', version: '3.2.3'
libraryDependencies += "jboss" % "jboss" % "3.2.3"
<dependency org="jboss" name="jboss" rev="3.2.3"/>
@Grapes(@Grab(group='jboss', module='jboss', version='3.2.3'))
'jboss:jboss:jar:3.2.3'

Download

Click the following link to download the jar file.

jboss-3.2.3.jar
jboss-3.2.3.pom



Related Tutorials