is not current version
Last Version 2.1.8

org.datanucleus:datanucleus-jpa 2.1.0-release

Plugin providing DataNucleus implementation of JPA.

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-jpa
Version

Version

2.1.0-release
Type

Type

jar

Download datanucleus-jpa 2.1.0-release


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