is not current version
Last Version 5.0.1.Final

org.jboss.weld:weld-core-bom 1.0.0

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

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.weld
ArtifactId

ArtifactId

weld-core-bom
Version

Version

1.0.0
Type

Type

pom

Download weld-core-bom 1.0.0

Filename Size
weld-core-bom-1.0.0.pom 6 KB
Browse

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