is not current version
Last Version 1.0.0-CR2

org.jboss.weld:weld-extensions-bom 1.0.0-CR1

Weld Extensions "bill of materials" which can be imported by any project using the Weld Extensions. It provides dependency management for the extensions.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.weld
ArtifactId

ArtifactId

weld-extensions-bom
Version

Version

1.0.0-CR1
Type

Type

pom

Download weld-extensions-bom 1.0.0-CR1


<!-- 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-CR1</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-CR1'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-extensions-bom/
implementation ("org.jboss.weld:weld-extensions-bom:1.0.0-CR1")
'org.jboss.weld:weld-extensions-bom:pom:1.0.0-CR1'
<dependency org="org.jboss.weld" name="weld-extensions-bom" rev="1.0.0-CR1">
  <artifact name="weld-extensions-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-extensions-bom', version='1.0.0-CR1')
)
libraryDependencies += "org.jboss.weld" % "weld-extensions-bom" % "1.0.0-CR1"
[org.jboss.weld/weld-extensions-bom "1.0.0-CR1"]