c

cdi-2.0

The Contexts and Dependency Injection 2.0 specification makes it easier to integrate Java EE components of different types. It provides a common mechanism to inject component such as EJBs or Managed Beans into other components such as JSPs or other EJBs.
https://openliberty.io/
Eclipse Public License
Eric Lau
Files download
File Operation
cdi-2.0-22.0.0.3.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>cdi-2.0</artifactId>
  <version>22.0.0.3</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:cdi-2.0:22.0.0.3'
Gradle Kotlin
implementation("io.openliberty.features:cdi-2.0:22.0.0.3")
Scala SBT
libraryDependencies += "io.openliberty.features" % "cdi-2.0" % "22.0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='cdi-2.0', version='22.0.0.3')
)
Apache Ivy
<dependency org="io.openliberty.features" name="cdi-2.0" rev="22.0.0.3" />
Leiningen
[io.openliberty.features/cdi-2.0 "22.0.0.3"]
Apache Buildr
'io.openliberty.features:cdi-2.0:jar:22.0.0.3'