is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-core 2.1.0-m3

DataNucleus Core provides the primary components of a heterogenous Java persistence solution. It implements the JDO/JPA specifications of Java persistence.

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-core
Version

Version

2.1.0-m3
Type

Type

jar

Download datanucleus-core 2.1.0-m3


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