is not current version
Last Version 4.2.2.GA

jboss:jboss-j2ee 3.2.3


Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

jboss
ArtifactId

ArtifactId

jboss-j2ee
Version

Version

3.2.3
Type

Type

jar

Download jboss-j2ee 3.2.3


<!-- https://jarcasting.com/artifacts/jboss/jboss-j2ee/ -->
<dependency>
    <groupId>jboss</groupId>
    <artifactId>jboss-j2ee</artifactId>
    <version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jboss-j2ee/
implementation 'jboss:jboss-j2ee:3.2.3'
// https://jarcasting.com/artifacts/jboss/jboss-j2ee/
implementation ("jboss:jboss-j2ee:3.2.3")
'jboss:jboss-j2ee:jar:3.2.3'
<dependency org="jboss" name="jboss-j2ee" rev="3.2.3">
  <artifact name="jboss-j2ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jboss-j2ee', version='3.2.3')
)
libraryDependencies += "jboss" % "jboss-j2ee" % "3.2.3"
[jboss/jboss-j2ee "3.2.3"]