не последняя версия
Последняя версия 3.0.2

org.datanucleus:datanucleus-db4o 2.0.2

DataNucleus supports persistence to heterogeneous datastores and this plugin provides persistence to DB4O.

Категории

Категории

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

Группа

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

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

datanucleus-db4o
Версия

Версия

2.0.2
Тип

Тип

jar

Скачать datanucleus-db4o 2.0.2


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