Jar examples for 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).
You can download jar file beigesoft-orm 1.1.6 in this page.
GNU General Public License version 2
You can use the following script to add beigesoft-orm-1.1.6.jar to your project.
<dependency> <groupId>org.beigesoft</groupId> <artifactId>beigesoft-orm</artifactId> <version>1.1.6</version> </dependency>
compile group: 'org.beigesoft', name: 'beigesoft-orm', version: '1.1.6'
libraryDependencies += "org.beigesoft" % "beigesoft-orm" % "1.1.6"
<dependency org="org.beigesoft" name="beigesoft-orm" rev="1.1.6"/>
@Grapes(@Grab(group='org.beigesoft', module='beigesoft-orm', version='1.1.6'))
'org.beigesoft:beigesoft-orm:jar:1.1.6'
Click the following link to download the jar file.
beigesoft-orm-1.1.6-javadoc.jar