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-20.0.0.9.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>cdi-2.0</artifactId>
  <version>20.0.0.9</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:cdi-2.0:20.0.0.9'
Gradle Kotlin
implementation("io.openliberty.features:cdi-2.0:20.0.0.9")
Scala SBT
libraryDependencies += "io.openliberty.features" % "cdi-2.0" % "20.0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='cdi-2.0', version='20.0.0.9')
)
Apache Ivy
<dependency org="io.openliberty.features" name="cdi-2.0" rev="20.0.0.9" />
Leiningen
[io.openliberty.features/cdi-2.0 "20.0.0.9"]
Apache Buildr
'io.openliberty.features:cdi-2.0:jar:20.0.0.9'