Download beigesoft-orm-1.1.4.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.4 in this page.

License

GNU General Public License version 2

Build File

You can use the following script to add beigesoft-orm-1.1.4.jar to your project.

<dependency>
   <groupId>org.beigesoft</groupId>
   <artifactId>beigesoft-orm</artifactId>
   <version>1.1.4</version>
</dependency>
compile group: 'org.beigesoft', name: 'beigesoft-orm', version: '1.1.4'
libraryDependencies += "org.beigesoft" % "beigesoft-orm" % "1.1.4"
<dependency org="org.beigesoft" name="beigesoft-orm" rev="1.1.4"/>
@Grapes(@Grab(group='org.beigesoft', module='beigesoft-orm', version='1.1.4'))
'org.beigesoft:beigesoft-orm:jar:1.1.4'

Download

Click the following link to download the jar file.

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



Related Tutorials