Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-db4o |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataNucleus DB4O plugin
DataNucleus supports persistence to heterogeneous datastores and this plugin provides persistence to DB4O.
|
Filename | Size |
---|---|
datanucleus-db4o-3.0.2.pom | |
datanucleus-db4o-3.0.2.jar | 65 KB |
datanucleus-db4o-3.0.2-sources.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-db4o/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-db4o</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-db4o/
implementation 'org.datanucleus:datanucleus-db4o:3.0.2'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-db4o/
implementation ("org.datanucleus:datanucleus-db4o:3.0.2")
'org.datanucleus:datanucleus-db4o:jar:3.0.2'
<dependency org="org.datanucleus" name="datanucleus-db4o" rev="3.0.2">
<artifact name="datanucleus-db4o" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-db4o', version='3.0.2')
)
libraryDependencies += "org.datanucleus" % "datanucleus-db4o" % "3.0.2"
[org.datanucleus/datanucleus-db4o "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
db4o » db4o | jar | 7.12.126.14142-all-java5 |
Group / Artifact | Type | Version |
---|---|---|
org.datanucleus : datanucleus-core | jar | [3.0.1, ) |