j

jboss-j2ee

POM was created from install:install-file
Files download
File Operation
jboss-j2ee-4.2.2.GA.jar download
jboss-j2ee-4.2.2.GA.pom download
Apache Maven
<dependency>
  <groupId>jboss</groupId>
  <artifactId>jboss-j2ee</artifactId>
  <version>4.2.2.GA</version>
</dependency>
Gradle Groovy
implementation 'jboss:jboss-j2ee:4.2.2.GA'
Gradle Kotlin
implementation("jboss:jboss-j2ee:4.2.2.GA")
Scala SBT
libraryDependencies += "jboss" % "jboss-j2ee" % "4.2.2.GA"
Groovy Grape
@Grapes(
  @Grab(group='jboss', module='jboss-j2ee', version='4.2.2.GA')
)
Apache Ivy
<dependency org="jboss" name="jboss-j2ee" rev="4.2.2.GA" />
Leiningen
[jboss/jboss-j2ee "4.2.2.GA"]
Apache Buildr
'jboss:jboss-j2ee:jar:4.2.2.GA'
Dependencies
The project has no third-party dependencies