License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.webbeans |
ArtifactId | ArtifactIdjsr299-api |
Last Version | Last Version1.0.0.PREVIEW1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSR-299 API
The reference implementation of JSR 299: Web Beans
|
Filename | Size |
---|---|
jsr299-api-1.0.0.PREVIEW1.pom | |
jsr299-api-1.0.0.PREVIEW1.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.webbeans/jsr299-api/ -->
<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>jsr299-api</artifactId>
<version>1.0.0.PREVIEW1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.webbeans/jsr299-api/
implementation 'org.jboss.webbeans:jsr299-api:1.0.0.PREVIEW1'
// https://jarcasting.com/artifacts/org.jboss.webbeans/jsr299-api/
implementation ("org.jboss.webbeans:jsr299-api:1.0.0.PREVIEW1")
'org.jboss.webbeans:jsr299-api:jar:1.0.0.PREVIEW1'
<dependency org="org.jboss.webbeans" name="jsr299-api" rev="1.0.0.PREVIEW1">
<artifact name="jsr299-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.webbeans', module='jsr299-api', version='1.0.0.PREVIEW1')
)
libraryDependencies += "org.jboss.webbeans" % "jsr299-api" % "1.0.0.PREVIEW1"
[org.jboss.webbeans/jsr299-api "1.0.0.PREVIEW1"]