Download beigesoft-orm-1.1.5.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.5 in this page.

License

GNU General Public License version 2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials