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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.btb
ArtifactId

ArtifactId

bridge
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://btb.sourceforge.net/

Download bridge

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.btb/bridge/ -->
<dependency>
    <groupId>net.sf.btb</groupId>
    <artifactId>bridge</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.btb/bridge/
implementation 'net.sf.btb:bridge:1.3.1'
// https://jarcasting.com/artifacts/net.sf.btb/bridge/
implementation ("net.sf.btb:bridge:1.3.1")
'net.sf.btb:bridge:jar:1.3.1'
<dependency org="net.sf.btb" name="bridge" rev="1.3.1">
  <artifact name="bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.btb', module='bridge', version='1.3.1')
)
libraryDependencies += "net.sf.btb" % "bridge" % "1.3.1"
[net.sf.btb/bridge "1.3.1"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.4
org.apache.derby : derby jar 10.8.2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.1
1.2.1
1.2.0
1.1.0
1.0.0
0.9.3
0.9.2