b

beigesoft-orm

This is simple lightweigt multiplatform (JDBC/Android) ORM library. It supports Postgresql, MySql, H2 and SQlite. It consist of ORM logic except platform dependent database access logic - e.g. JDBC or Android. It's configured with Beige-Settings (standard Java Properties XML files).
https://sites.google.com/site/beigesoftware
GNU General Public License version 2
Yury Demidenko
Files download
File Operation
beigesoft-orm-1.1.7.jar download
beigesoft-orm-1.1.7.pom download
beigesoft-orm-1.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beigesoft</groupId>
  <artifactId>beigesoft-orm</artifactId>
  <version>1.1.7</version>
</dependency>
Gradle Groovy
implementation 'org.beigesoft:beigesoft-orm:1.1.7'
Gradle Kotlin
implementation("org.beigesoft:beigesoft-orm:1.1.7")
Scala SBT
libraryDependencies += "org.beigesoft" % "beigesoft-orm" % "1.1.7"
Groovy Grape
@Grapes(
  @Grab(group='org.beigesoft', module='beigesoft-orm', version='1.1.7')
)
Apache Ivy
<dependency org="org.beigesoft" name="beigesoft-orm" rev="1.1.7" />
Leiningen
[org.beigesoft/beigesoft-orm "1.1.7"]
Apache Buildr
'org.beigesoft:beigesoft-orm:jar:1.1.7'