is not current version
Last Version 2.7.0.Final

io.thorntail.servers:microprofile-jpa 2.6.0.Final

Standalone Server: MicroProfile + JPA

GroupId

GroupId

io.thorntail.servers
ArtifactId

ArtifactId

microprofile-jpa
Version

Version

2.6.0.Final
Type

Type

jar

Download microprofile-jpa 2.6.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail.servers/microprofile-jpa/ -->
<dependency>
    <groupId>io.thorntail.servers</groupId>
    <artifactId>microprofile-jpa</artifactId>
    <version>2.6.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail.servers/microprofile-jpa/
implementation 'io.thorntail.servers:microprofile-jpa:2.6.0.Final'
// https://jarcasting.com/artifacts/io.thorntail.servers/microprofile-jpa/
implementation ("io.thorntail.servers:microprofile-jpa:2.6.0.Final")
'io.thorntail.servers:microprofile-jpa:jar:2.6.0.Final'
<dependency org="io.thorntail.servers" name="microprofile-jpa" rev="2.6.0.Final">
  <artifact name="microprofile-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail.servers', module='microprofile-jpa', version='2.6.0.Final')
)
libraryDependencies += "io.thorntail.servers" % "microprofile-jpa" % "2.6.0.Final"
[io.thorntail.servers/microprofile-jpa "2.6.0.Final"]