Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdjboss |
ArtifactId | ArtifactIdjboss-annotations-ejb3 |
Last Version | Last Version4.2.2.GA |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPOM was created from install:install-file
|
Filename | Size |
---|---|
jboss-annotations-ejb3-4.2.2.GA.pom | |
jboss-annotations-ejb3-4.2.2.GA.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jboss/jboss-annotations-ejb3/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-annotations-ejb3</artifactId>
<version>4.2.2.GA</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jboss-annotations-ejb3/
implementation 'jboss:jboss-annotations-ejb3:4.2.2.GA'
// https://jarcasting.com/artifacts/jboss/jboss-annotations-ejb3/
implementation ("jboss:jboss-annotations-ejb3:4.2.2.GA")
'jboss:jboss-annotations-ejb3:jar:4.2.2.GA'
<dependency org="jboss" name="jboss-annotations-ejb3" rev="4.2.2.GA">
<artifact name="jboss-annotations-ejb3" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jboss-annotations-ejb3', version='4.2.2.GA')
)
libraryDependencies += "jboss" % "jboss-annotations-ejb3" % "4.2.2.GA"
[jboss/jboss-annotations-ejb3 "4.2.2.GA"]