d

datanucleus-api-jpa

Plugin providing DataNucleus implementation of JPA API.
Files download
File Operation
datanucleus-api-jpa-6.0.1.jar download
datanucleus-api-jpa-6.0.1.pom download
datanucleus-api-jpa-6.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.datanucleus</groupId>
  <artifactId>datanucleus-api-jpa</artifactId>
  <version>6.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.datanucleus:datanucleus-api-jpa:6.0.1'
Gradle Kotlin
implementation("org.datanucleus:datanucleus-api-jpa:6.0.1")
Scala SBT
libraryDependencies += "org.datanucleus" % "datanucleus-api-jpa" % "6.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.datanucleus', module='datanucleus-api-jpa', version='6.0.1')
)
Apache Ivy
<dependency org="org.datanucleus" name="datanucleus-api-jpa" rev="6.0.1" />
Leiningen
[org.datanucleus/datanucleus-api-jpa "6.0.1"]
Apache Buildr
'org.datanucleus:datanucleus-api-jpa:jar:6.0.1'