w

weld-core-bom

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.
http://weld.cdi-spec.org
Apache License, Version 2.0
Weld committers
文件下载
文件名 操作
weld-core-bom-4.0.0.Beta3.pom 下载
Apache Maven
<dependency>
  <groupId>org.jboss.weld</groupId>
  <artifactId>weld-core-bom</artifactId>
  <version>4.0.0.Beta3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld:weld-core-bom:4.0.0.Beta3'
Gradle Kotlin
implementation("org.jboss.weld:weld-core-bom:4.0.0.Beta3")
Scala SBT
libraryDependencies += "org.jboss.weld" % "weld-core-bom" % "4.0.0.Beta3"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld', module='weld-core-bom', version='4.0.0.Beta3')
)
Apache Ivy
<dependency org="org.jboss.weld" name="weld-core-bom" rev="4.0.0.Beta3" />
Leiningen
[org.jboss.weld/weld-core-bom "4.0.0.Beta3"]
Apache Buildr
'org.jboss.weld:weld-core-bom:jar:4.0.0.Beta3'
本项目依赖
该项目无第三方依赖