w

weld-parent

The parent POM for Weld, specifying the build parameters
http://weld.cdi-spec.org
Apache License, Version 2.0
Weld committers
Files download
File Operation
weld-parent-33.pom download
Apache Maven
<dependency>
  <groupId>org.jboss.weld</groupId>
  <artifactId>weld-parent</artifactId>
  <version>33</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld:weld-parent:33'
Gradle Kotlin
implementation("org.jboss.weld:weld-parent:33")
Scala SBT
libraryDependencies += "org.jboss.weld" % "weld-parent" % "33"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld', module='weld-parent', version='33')
)
Apache Ivy
<dependency org="org.jboss.weld" name="weld-parent" rev="33" />
Leiningen
[org.jboss.weld/weld-parent "33"]
Apache Buildr
'org.jboss.weld:weld-parent:jar:33'
Dependencies
The project has no third-party dependencies