is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-core 5.0.4

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

5.0.4
Type

Type

jar

Download datanucleus-core 5.0.4


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