License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeigesoft-orm |
Last Version | Last Version1.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft™ ORM library.
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).
|
Project URL |
Project URL |
Filename | Size |
---|---|
beigesoft-orm-1.1.8.pom | |
beigesoft-orm-1.1.8.jar | 159 KB |
beigesoft-orm-1.1.8-tests.jar | 64 KB |
beigesoft-orm-1.1.8-src.tar.bz2 | 85 KB |
beigesoft-orm-1.1.8-sources.jar | 134 KB |
beigesoft-orm-1.1.8-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beigesoft-orm/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beigesoft-orm</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-orm/
implementation 'org.beigesoft:beigesoft-orm:1.1.8'
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-orm/
implementation ("org.beigesoft:beigesoft-orm:1.1.8")
'org.beigesoft:beigesoft-orm:jar:1.1.8'
<dependency org="org.beigesoft" name="beigesoft-orm" rev="1.1.8">
<artifact name="beigesoft-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beigesoft-orm', version='1.1.8')
)
libraryDependencies += "org.beigesoft" % "beigesoft-orm" % "1.1.8"
[org.beigesoft/beigesoft-orm "1.1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beigesoft-settings | jar | 1.1.8 |
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beigesoft-bcommon | test-jar | 1.1.8 |
junit : junit | jar | 4.10 |