Jar examples for m:mirage
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.8 in this page.
The Apache Software License, Version 2.0
You can use the following script to add mirage-1.8.jar to your project.
<dependency> <groupId>com.daveayan</groupId> <artifactId>mirage</artifactId> <version>1.8</version> </dependency>
compile group: 'com.daveayan', name: 'mirage', version: '1.8'
libraryDependencies += "com.daveayan" % "mirage" % "1.8"
<dependency org="com.daveayan" name="mirage" rev="1.8"/>
@Grapes(@Grab(group='com.daveayan', module='mirage', version='1.8'))
'com.daveayan:mirage:jar:1.8'
Click the following link to download the jar file.
mirage-1.8-javadoc.jar