c

connectors-2.0

This feature enables the configuration of resource adapters to access Enterprise Information Systems (EIS) from applications. The configuration of a resource adapter also includes the configuration of connection factories, administered objects and activation specifications. Any resource adapter that complies with the Jakarta Connectors 2.0 specification or lower can be used. High performance connection pooling is also provided.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
connectors-2.0-24.0.0.5.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>connectors-2.0</artifactId>
  <version>24.0.0.5</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:connectors-2.0:24.0.0.5'
Gradle Kotlin
implementation("io.openliberty.features:connectors-2.0:24.0.0.5")
Scala SBT
libraryDependencies += "io.openliberty.features" % "connectors-2.0" % "24.0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='connectors-2.0', version='24.0.0.5')
)
Apache Ivy
<dependency org="io.openliberty.features" name="connectors-2.0" rev="24.0.0.5" />
Leiningen
[io.openliberty.features/connectors-2.0 "24.0.0.5"]
Apache Buildr
'io.openliberty.features:connectors-2.0:jar:24.0.0.5'