e

enterpriseBeansLite-4.0

This feature enables support for Jakarta Enterprise Beans that are written to the Enterprise Beans Lite subset of the Jakarta Enterprise Beans 4.0 specification.
https://openliberty.io/
Eclipse Public License
Eric Lau
文件下载
文件名 操作
enterpriseBeansLite-4.0-21.0.0.12.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>enterpriseBeansLite-4.0</artifactId>
  <version>21.0.0.12</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:enterpriseBeansLite-4.0:21.0.0.12'
Gradle Kotlin
implementation("io.openliberty.features:enterpriseBeansLite-4.0:21.0.0.12")
Scala SBT
libraryDependencies += "io.openliberty.features" % "enterpriseBeansLite-4.0" % "21.0.0.12"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='enterpriseBeansLite-4.0', version='21.0.0.12')
)
Apache Ivy
<dependency org="io.openliberty.features" name="enterpriseBeansLite-4.0" rev="21.0.0.12" />
Leiningen
[io.openliberty.features/enterpriseBeansLite-4.0 "21.0.0.12"]
Apache Buildr
'io.openliberty.features:enterpriseBeansLite-4.0:jar:21.0.0.12'