| GroupId | GroupIdjpox |
|---|---|
| ArtifactId | ArtifactIdjpox-db4o |
| Version | Version1.2.0-beta-5 |
| Type | Typejar |
| Description |
DescriptionJPOX DB4O plugin
JPOX can persist objects to DB4O datastores using this plugin.
|
| Filename | Size |
|---|---|
| jpox-db4o-1.2.0-beta-5.pom | |
| jpox-db4o-1.2.0-beta-5.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jpox/jpox-db4o/ -->
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox-db4o</artifactId>
<version>1.2.0-beta-5</version>
</dependency>
// https://jarcasting.com/artifacts/jpox/jpox-db4o/
implementation 'jpox:jpox-db4o:1.2.0-beta-5'
// https://jarcasting.com/artifacts/jpox/jpox-db4o/
implementation ("jpox:jpox-db4o:1.2.0-beta-5")
'jpox:jpox-db4o:jar:1.2.0-beta-5'
<dependency org="jpox" name="jpox-db4o" rev="1.2.0-beta-5">
<artifact name="jpox-db4o" type="jar" />
</dependency>
@Grapes(
@Grab(group='jpox', module='jpox-db4o', version='1.2.0-beta-5')
)
libraryDependencies += "jpox" % "jpox-db4o" % "1.2.0-beta-5"
[jpox/jpox-db4o "1.2.0-beta-5"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.jdo : jdo2-api | jar | 2.1-SNAPSHOT |
| javax.persistence : persistence-api | jar | 1.0 |
| jpox : jpox-core | jar | 1.2.0-beta-5 |
| db4o » db4o | jar | |
| junit : junit | jar | 3.8.1 |
| log4j : log4j | jar | 1.2.8 |