is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-core 3.1.3

DataNucleus Core provides the primary components of a heterogenous Java persistence solution. It supports persistence API's being layered on top of the core functionality.

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-core
Version

Version

3.1.3
Type

Type

jar

Download datanucleus-core 3.1.3


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