MVN

ojb : db-ojb

Maven & Gradle

Jan 11, 2006
11 usages

ObJectRelationalBridge · ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java Objects against relational databases.

<dependency>
    <groupId>ojb</groupId>
    <artifactId>db-ojb</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ojb : db-ojb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4
  • Latest Release Candidate: 1.0.rc5

All Versions

Choose a version of ojb : db-ojb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
db-ojb-1.0.4
db-ojb-1.0.3
db-ojb-1.0.2
db-ojb-1.0.1
db-ojb-1.0.0
db-ojb-1.0.rc5
db-ojb-1.0.rc6
db-ojb-1.0.rc7

How to add a dependency to Maven

Add the following ojb : db-ojb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ojb</groupId>
    <artifactId>db-ojb</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ojb : db-ojb gradle dependency to your build.gradle file:

implementation 'ojb:db-ojb:1.0.4'

Gradle Kotlin DSL: Add the following ojb : db-ojb gradle kotlin dependency to your build.gradle.kts file:

implementation("ojb:db-ojb:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ojb : db-ojb sbt scala dependency to your build.sbt file:

libraryDependencies += "ojb" % "db-ojb" % "1.0.4"

Advertisement