не последняя версия
Последняя версия 6.0.0-release

org.datanucleus:datanucleus-core 3.0.0-release

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. Also includes the JDO API.

Категории

Категории

Данные
Группа

Группа

org.datanucleus
Идентификатор

Идентификатор

datanucleus-core
Версия

Версия

3.0.0-release
Тип

Тип

jar

Скачать datanucleus-core 3.0.0-release


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