| License | License | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers | 
| GroupId | GroupIdorg.jboss.weld | 
| ArtifactId | ArtifactIdweld-extensions-bom | 
| Last Version | Last Version1.0.0-CR2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionWeld Extensions BOM Weld Extensions "bill of materials" which can be imported by any project using the Weld Extensions. It provides dependency management for the extensions. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| weld-extensions-bom-1.0.0-CR2.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-extensions-bom/ -->
<dependency>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-extensions-bom</artifactId>
    <version>1.0.0-CR2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.jboss.weld/weld-extensions-bom/
implementation 'org.jboss.weld:weld-extensions-bom:1.0.0-CR2'// https://jarcasting.com/artifacts/org.jboss.weld/weld-extensions-bom/
implementation ("org.jboss.weld:weld-extensions-bom:1.0.0-CR2")'org.jboss.weld:weld-extensions-bom:pom:1.0.0-CR2'<dependency org="org.jboss.weld" name="weld-extensions-bom" rev="1.0.0-CR2">
  <artifact name="weld-extensions-bom" type="pom" />
</dependency>@Grapes(
@Grab(group='org.jboss.weld', module='weld-extensions-bom', version='1.0.0-CR2')
)libraryDependencies += "org.jboss.weld" % "weld-extensions-bom" % "1.0.0-CR2"[org.jboss.weld/weld-extensions-bom "1.0.0-CR2"]