| License | License | 
|---|---|
| Categories | CategoriesData | 
| GroupId | GroupIdorg.datanucleus | 
| ArtifactId | ArtifactIddatanucleus-api-jdo | 
| Version | Version6.0.0-release | 
| Type | Typejar | 
| Description | DescriptionDataNucleus JDO API plugin Plugin providing DataNucleus implementation of the JDO API. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-api-jdo/ -->
<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>datanucleus-api-jdo</artifactId>
    <version>6.0.0-release</version>
</dependency>// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-api-jdo/
implementation 'org.datanucleus:datanucleus-api-jdo:6.0.0-release'// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-api-jdo/
implementation ("org.datanucleus:datanucleus-api-jdo:6.0.0-release")'org.datanucleus:datanucleus-api-jdo:jar:6.0.0-release'<dependency org="org.datanucleus" name="datanucleus-api-jdo" rev="6.0.0-release">
  <artifact name="datanucleus-api-jdo" type="jar" />
</dependency>@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-api-jdo', version='6.0.0-release')
)libraryDependencies += "org.datanucleus" % "datanucleus-api-jdo" % "6.0.0-release"[org.datanucleus/datanucleus-api-jdo "6.0.0-release"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.datanucleus : javax.jdo | jar | 3.2.0-release | 
| org.datanucleus : datanucleus-core | jar | [6.0.0-m1, 6.9) | 
| javax.transaction : javax.transaction-api Optional | jar | 1.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| log4j : log4j | jar | [1.2, 1.3) | 
| junit : junit | jar | 4.13.2 |