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