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.
文件下载
文件名 操作
bridge-1.3.1.jar 下载
bridge-1.3.1.pom 下载
bridge-1.3.1-sources.jar 下载
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'