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