Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-db4o-sql |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataNucleus sql4o
sql4o was written by Travis Reeder and provides an SQL interface to the db4o object datastore.
|
Filename | Size |
---|---|
datanucleus-db4o-sql-3.0.1.pom | |
datanucleus-db4o-sql-3.0.1.jar | 73 KB |
datanucleus-db4o-sql-3.0.1-sources.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-db4o-sql/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-db4o-sql</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-db4o-sql/
implementation 'org.datanucleus:datanucleus-db4o-sql:3.0.1'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-db4o-sql/
implementation ("org.datanucleus:datanucleus-db4o-sql:3.0.1")
'org.datanucleus:datanucleus-db4o-sql:jar:3.0.1'
<dependency org="org.datanucleus" name="datanucleus-db4o-sql" rev="3.0.1">
<artifact name="datanucleus-db4o-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-db4o-sql', version='3.0.1')
)
libraryDependencies += "org.datanucleus" % "datanucleus-db4o-sql" % "3.0.1"
[org.datanucleus/datanucleus-db4o-sql "3.0.1"]
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, ) |
org.datanucleus : datanucleus-db4o | jar | [3.0.1, ) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |