is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-api-jpa 3.0.0-release

Plugin providing DataNucleus implementation of JPA API.

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-api-jpa
Version

Version

3.0.0-release
Type

Type

jar

Download datanucleus-api-jpa 3.0.0-release


<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-api-jpa/ -->
<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>datanucleus-api-jpa</artifactId>
    <version>3.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-api-jpa/
implementation 'org.datanucleus:datanucleus-api-jpa:3.0.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-api-jpa/
implementation ("org.datanucleus:datanucleus-api-jpa:3.0.0-release")
'org.datanucleus:datanucleus-api-jpa:jar:3.0.0-release'
<dependency org="org.datanucleus" name="datanucleus-api-jpa" rev="3.0.0-release">
  <artifact name="datanucleus-api-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-api-jpa', version='3.0.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-api-jpa" % "3.0.0-release"
[org.datanucleus/datanucleus-api-jpa "3.0.0-release"]