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-36.pom download
Apache Maven
<dependency>
  <groupId>org.jboss.weld</groupId>
  <artifactId>weld-parent</artifactId>
  <version>36</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld:weld-parent:36'
Gradle Kotlin
implementation("org.jboss.weld:weld-parent:36")
Scala SBT
libraryDependencies += "org.jboss.weld" % "weld-parent" % "36"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld', module='weld-parent', version='36')
)
Apache Ivy
<dependency org="org.jboss.weld" name="weld-parent" rev="36" />
Leiningen
[org.jboss.weld/weld-parent "36"]
Apache Buildr
'org.jboss.weld:weld-parent:jar:36'
Dependencies
The project has no third-party dependencies