Download sirius-db-5.0-rc2.jar file - Jar s

Jar examples for s:sirius-db

Description

Provides a modern and highly flexible ORM for relational databases. Also contains a thin layer above JDBC to effectively and safely query relational databases. It also provides a simple wrapper for executing Redis queries (while monitoring the call and system health and utilizing the system configuration). Finally a thin but smart wrapper for MongoDB is provided which helps to access MongoDB databases while monitoring the call duration and system health.

You can download jar file sirius-db 5.0-rc2 in this page.

Build File

You can use the following script to add sirius-db-5.0-rc2.jar to your project.

<dependency>
   <groupId>com.scireum</groupId>
   <artifactId>sirius-db</artifactId>
   <version>5.0-rc2</version>
</dependency>
compile group: 'com.scireum', name: 'sirius-db', version: '5.0-rc2'
libraryDependencies += "com.scireum" % "sirius-db" % "5.0-rc2"
<dependency org="com.scireum" name="sirius-db" rev="5.0-rc2"/>
@Grapes(@Grab(group='com.scireum', module='sirius-db', version='5.0-rc2'))
'com.scireum:sirius-db:jar:5.0-rc2'

Download

Click the following link to download the jar file.

sirius-db-5.0-rc2-javadoc.jar
sirius-db-5.0-rc2-sources.jar
sirius-db-5.0-rc2-tests.jar
sirius-db-5.0-rc2.jar
sirius-db-5.0-rc2.pom



Related Tutorials