Download mirage-1.7.jar file - Jar m

Jar examples for m:mirage

Description

Mirage-SQL is an easy and powerful SQL centric database access library for Java (or JVM based languages) which provides dynamic SQL templates in plain SQL files.

You can download jar file mirage 1.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mirage-1.7.jar to your project.

<dependency>
   <groupId>com.daveayan</groupId>
   <artifactId>mirage</artifactId>
   <version>1.7</version>
</dependency>
compile group: 'com.daveayan', name: 'mirage', version: '1.7'
libraryDependencies += "com.daveayan" % "mirage" % "1.7"
<dependency org="com.daveayan" name="mirage" rev="1.7"/>
@Grapes(@Grab(group='com.daveayan', module='mirage', version='1.7'))
'com.daveayan:mirage:jar:1.7'

Download

Click the following link to download the jar file.

mirage-1.7-javadoc.jar
mirage-1.7-sources.jar
mirage-1.7.jar
mirage-1.7.pom



Related Tutorials