b

bridge

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.
http://btb.sourceforge.net/
Apache 2.0
Jean-Philippe Gravel, p. eng.
Files download
File Operation
bridge-1.3.1.jar download
bridge-1.3.1.pom download
bridge-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.btb</groupId>
  <artifactId>bridge</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.btb:bridge:1.3.1'
Gradle Kotlin
implementation("net.sf.btb:bridge:1.3.1")
Scala SBT
libraryDependencies += "net.sf.btb" % "bridge" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.btb', module='bridge', version='1.3.1')
)
Apache Ivy
<dependency org="net.sf.btb" name="bridge" rev="1.3.1" />
Leiningen
[net.sf.btb/bridge "1.3.1"]
Apache Buildr
'net.sf.btb:bridge:jar:1.3.1'