Download flip-db-3.1-RELEASE.jar file - Jar f

Jar examples for f:flip-db

Description

A simple way to make persistence

You can download jar file flip-db 3.1-RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add flip-db-3.1-RELEASE.jar to your project.

<dependency>
   <groupId>com.github.gkutiel</groupId>
   <artifactId>flip-db</artifactId>
   <version>3.1-RELEASE</version>
</dependency>
compile group: 'com.github.gkutiel', name: 'flip-db', version: '3.1-RELEASE'
libraryDependencies += "com.github.gkutiel" % "flip-db" % "3.1-RELEASE"
<dependency org="com.github.gkutiel" name="flip-db" rev="3.1-RELEASE"/>
@Grapes(@Grab(group='com.github.gkutiel', module='flip-db', version='3.1-RELEASE'))
'com.github.gkutiel:flip-db:jar:3.1-RELEASE'

Download

Click the following link to download the jar file.

flip-db-3.1-RELEASE-javadoc.jar
flip-db-3.1-RELEASE-sources.jar
flip-db-3.1-RELEASE.jar
flip-db-3.1-RELEASE.pom



Related Tutorials