j

jsfContainer-2.2

This feature enables CDI integrations for web applications that use the Java Server Faces (JSF) 2.2 framework. This feature only includes container integration code for JSF, and does not include any JSF interfaces or implementation. To use this feature, JSF interfaces and implementation must be packaged within web applications that use JSF.
https://openliberty.io/
Eclipse Public License
Eric Lau
文件下载
文件名 操作
jsfContainer-2.2-22.0.0.12.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>jsfContainer-2.2</artifactId>
  <version>22.0.0.12</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:jsfContainer-2.2:22.0.0.12'
Gradle Kotlin
implementation("io.openliberty.features:jsfContainer-2.2:22.0.0.12")
Scala SBT
libraryDependencies += "io.openliberty.features" % "jsfContainer-2.2" % "22.0.0.12"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='jsfContainer-2.2', version='22.0.0.12')
)
Apache Ivy
<dependency org="io.openliberty.features" name="jsfContainer-2.2" rev="22.0.0.12" />
Leiningen
[io.openliberty.features/jsfContainer-2.2 "22.0.0.12"]
Apache Buildr
'io.openliberty.features:jsfContainer-2.2:jar:22.0.0.12'