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