License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.weld |
ArtifactId | ArtifactIdweld-api-bom |
Last Version | Last Version5.0.SP2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWeld APIs BOM
Weld APIs "bill of materials" which can be imported by any project using the Weld implementation of CDI. It provides dependency management for the developer APIs and SPIs, as well as container integrator SPIs
|
Project URL |
Project URL |
Filename | Size |
---|---|
weld-api-bom-5.0.SP2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-api-bom/ -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-bom</artifactId>
<version>5.0.SP2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-api-bom/
implementation 'org.jboss.weld:weld-api-bom:5.0.SP2'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-api-bom/
implementation ("org.jboss.weld:weld-api-bom:5.0.SP2")
'org.jboss.weld:weld-api-bom:pom:5.0.SP2'
<dependency org="org.jboss.weld" name="weld-api-bom" rev="5.0.SP2">
<artifact name="weld-api-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-api-bom', version='5.0.SP2')
)
libraryDependencies += "org.jboss.weld" % "weld-api-bom" % "5.0.SP2"
[org.jboss.weld/weld-api-bom "5.0.SP2"]