Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdjboss |
ArtifactId | ArtifactIdjboss-j2ee |
Version | Version4.0.0DR4 |
Type | Typejar |
Filename | Size |
---|---|
jboss-j2ee-4.0.0DR4.pom | |
jboss-j2ee-4.0.0DR4.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jboss/jboss-j2ee/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-j2ee</artifactId>
<version>4.0.0DR4</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jboss-j2ee/
implementation 'jboss:jboss-j2ee:4.0.0DR4'
// https://jarcasting.com/artifacts/jboss/jboss-j2ee/
implementation ("jboss:jboss-j2ee:4.0.0DR4")
'jboss:jboss-j2ee:jar:4.0.0DR4'
<dependency org="jboss" name="jboss-j2ee" rev="4.0.0DR4">
<artifact name="jboss-j2ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jboss-j2ee', version='4.0.0DR4')
)
libraryDependencies += "jboss" % "jboss-j2ee" % "4.0.0DR4"
[jboss/jboss-j2ee "4.0.0DR4"]