is not current version
Last Version 2.1.8

org.datanucleus:datanucleus-jpa 2.0.0.m1

Plugin providing DataNucleus implementation of JPA.

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-jpa
Version

Version

2.0.0.m1
Type

Type

jar

Download datanucleus-jpa 2.0.0.m1


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