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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sf.btb
Идентификатор

Идентификатор

bridge
Последняя версия

Последняя версия

1.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://btb.sourceforge.net/

Скачать bridge

Имя Файла Размер
bridge-1.3.1.pom
bridge-1.3.1.jar 34 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.4
org.apache.derby : derby jar 10.8.2.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.3.1
1.2.1
1.2.0
1.1.0
1.0.0
0.9.3
0.9.2