p

persistence-3.1

This feature enables support for applications that use application-managed and container-managed persistence. This feature includes Jakarta Persistence 3.1 specification interfaces and container-managed persistence integration. EclipseLink is also included as the default persistence provider implementation.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
persistence-3.1-23.0.0.7.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>persistence-3.1</artifactId>
  <version>23.0.0.7</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:persistence-3.1:23.0.0.7'
Gradle Kotlin
implementation("io.openliberty.features:persistence-3.1:23.0.0.7")
Scala SBT
libraryDependencies += "io.openliberty.features" % "persistence-3.1" % "23.0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='persistence-3.1', version='23.0.0.7')
)
Apache Ivy
<dependency org="io.openliberty.features" name="persistence-3.1" rev="23.0.0.7" />
Leiningen
[io.openliberty.features/persistence-3.1 "23.0.0.7"]
Apache Buildr
'io.openliberty.features:persistence-3.1:jar:23.0.0.7'