| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.4 |
| org.apache.derby : derby | jar | 10.8.2.2 |