MVN

org.datanucleus : datanucleus-db4o-sql

Maven & Gradle

Aug 26, 2011

DataNucleus sql4o · sql4o was written by Travis Reeder and provides an SQL interface to the db4o object datastore.

<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>datanucleus-db4o-sql</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.datanucleus : datanucleus-db4o-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of org.datanucleus : datanucleus-db4o-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
datanucleus-db4o-sql-3.0.1
datanucleus-db4o-sql-3.0.0-release
datanucleus-db4o-sql-3.0.0-m2
datanucleus-db4o-sql-3.0.0-m1

How to add a dependency to Maven

Add the following org.datanucleus : datanucleus-db4o-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>datanucleus-db4o-sql</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.datanucleus : datanucleus-db4o-sql gradle dependency to your build.gradle file:

implementation 'org.datanucleus:datanucleus-db4o-sql:3.0.1'

Gradle Kotlin DSL: Add the following org.datanucleus : datanucleus-db4o-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.datanucleus:datanucleus-db4o-sql:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.datanucleus : datanucleus-db4o-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.datanucleus" % "datanucleus-db4o-sql" % "3.0.1"

Advertisement