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