License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.weld |
ArtifactId | ArtifactIdweld-api |
Last Version | Last Version5.0.SP2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeld APIs
Weld specifc extensions to the CDI API
|
Project URL |
Project URL |
Filename | Size |
---|---|
weld-api-5.0.SP2.pom | |
weld-api-5.0.SP2.jar | 20 KB |
weld-api-5.0.SP2-sources.jar | 24 KB |
weld-api-5.0.SP2-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-api/ -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api</artifactId>
<version>5.0.SP2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-api/
implementation 'org.jboss.weld:weld-api:5.0.SP2'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-api/
implementation ("org.jboss.weld:weld-api:5.0.SP2")
'org.jboss.weld:weld-api:jar:5.0.SP2'
<dependency org="org.jboss.weld" name="weld-api" rev="5.0.SP2">
<artifact name="weld-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-api', version='5.0.SP2')
)
libraryDependencies += "org.jboss.weld" % "weld-api" % "5.0.SP2"
[org.jboss.weld/weld-api "5.0.SP2"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 4.0.1 |
jakarta.servlet : jakarta.servlet-api Optional | jar | 6.0.0 |
jakarta.interceptor : jakarta.interceptor-api Optional | jar | 2.1.0 |