c

cdi-1.2

The Contexts and Dependency Injection 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 2.0
Eric Lau
文件下载
文件名 操作
cdi-1.2-23.0.0.10.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>cdi-1.2</artifactId>
  <version>23.0.0.10</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:cdi-1.2:23.0.0.10'
Gradle Kotlin
implementation("io.openliberty.features:cdi-1.2:23.0.0.10")
Scala SBT
libraryDependencies += "io.openliberty.features" % "cdi-1.2" % "23.0.0.10"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='cdi-1.2', version='23.0.0.10')
)
Apache Ivy
<dependency org="io.openliberty.features" name="cdi-1.2" rev="23.0.0.10" />
Leiningen
[io.openliberty.features/cdi-1.2 "23.0.0.10"]
Apache Buildr
'io.openliberty.features:cdi-1.2:jar:23.0.0.10'