Download beigesoft-orm-1.1.6.jar file - Jar b

Jar examples for b:beigesoft-orm

Description

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.

License

GNU General Public License version 2

Build File

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'

Download

Click the following link to download the jar file.

beigesoft-orm-1.1.6-javadoc.jar
beigesoft-orm-1.1.6-sources.jar
beigesoft-orm-1.1.6-tests.jar
beigesoft-orm-1.1.6.jar
beigesoft-orm-1.1.6.pom



Related Tutorials