MVN

net.sf.btb : bridge

Maven & Gradle

Sep 09, 2013

Bridge to Babylon · Bridge to Babylon is a lightweight object relational mapper. The main goal of this library is simplicity. It is intended to be used with POJOs without the need of external XML mapping definition or any kind of annotation. This approache makes Bridge to Babylon the best compromize between simplicity (no xml mapping) and light library footprint: You don't use annotations so you don't have to deploy Bridge to Babylon along with your jars on remote clients.

<dependency>
    <groupId>net.sf.btb</groupId>
    <artifactId>bridge</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.btb : bridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of net.sf.btb : bridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
bridge-1.3.1
1.2.x
bridge-1.2.1
bridge-1.2.0
1.1.x
bridge-1.1.0
1.0.x
bridge-1.0.0
0.9.x
bridge-0.9.3
bridge-0.9.2

How to add a dependency to Maven

Add the following net.sf.btb : bridge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.btb</groupId>
    <artifactId>bridge</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.btb : bridge gradle dependency to your build.gradle file:

implementation 'net.sf.btb:bridge:1.3.1'

Gradle Kotlin DSL: Add the following net.sf.btb : bridge gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.btb:bridge:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.btb : bridge sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.btb" % "bridge" % "1.3.1"

Advertisement

Dependencies from Group

Sep 09, 2013

Discover Dependencies

Feb 04, 2010
6 usages
Jan 29, 2013
1 usages
1 stars
Nov 27, 2014
6 stars
Jan 09, 2014
17 stars
Jan 09, 2014
2 usages
17 stars
Jan 09, 2014
1 usages
17 stars
Jan 09, 2014
17 stars
Jul 23, 2013
11 stars
Jan 01, 2014