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