is not current version
Last Version 3.0.2

org.datanucleus:datanucleus-db4o 2.0.1

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

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-db4o
Version

Version

2.0.1
Type

Type

jar

Download datanucleus-db4o 2.0.1


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