w

weld-api-parent

APIs for Weld, the compatible implementation for Jakarta Contexts and Dependency Injection
http://weld.cdi-spec.org
Apache License, Version 2.0
Pete Muir Shane Bryzak David Allen Nicklas Karlsson Jozef Hartinger Martin Kouba
Files download
File Operation
weld-api-parent-5.0.SP3.pom download
Apache Maven
<dependency>
  <groupId>org.jboss.weld</groupId>
  <artifactId>weld-api-parent</artifactId>
  <version>5.0.SP3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld:weld-api-parent:5.0.SP3'
Gradle Kotlin
implementation("org.jboss.weld:weld-api-parent:5.0.SP3")
Scala SBT
libraryDependencies += "org.jboss.weld" % "weld-api-parent" % "5.0.SP3"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld', module='weld-api-parent', version='5.0.SP3')
)
Apache Ivy
<dependency org="org.jboss.weld" name="weld-api-parent" rev="5.0.SP3" />
Leiningen
[org.jboss.weld/weld-api-parent "5.0.SP3"]
Apache Buildr
'org.jboss.weld:weld-api-parent:jar:5.0.SP3'