is not current version
Last Version 4.2.2.GA

jboss:jboss-j2ee 4.0.2


Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

jboss
ArtifactId

ArtifactId

jboss-j2ee
Version

Version

4.0.2
Type

Type

jar

Download jboss-j2ee 4.0.2


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