Jar examples for h:h2
A connector for the H2 database.
You can download jar file h2 0.9 in this page.
GNU Lesser General Public License
You can use the following script to add h2-0.9.jar to your project.
<dependency> <groupId>org.atteo.moonshine</groupId> <artifactId>h2</artifactId> <version>0.9</version> </dependency>
compile group: 'org.atteo.moonshine', name: 'h2', version: '0.9'
libraryDependencies += "org.atteo.moonshine" % "h2" % "0.9"
<dependency org="org.atteo.moonshine" name="h2" rev="0.9"/>
@Grapes(@Grab(group='org.atteo.moonshine', module='h2', version='0.9'))
'org.atteo.moonshine:h2:jar:0.9'
Click the following link to download the jar file.
h2-0.9-javadoc.jar