Download h2-1.4.196.jar file - Jar h

Jar examples for h:h2

Description

A connector for the H2 database.

You can download jar file h2 1.4.196 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add h2-1.4.196.jar to your project.

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

Download

Click the following link to download the jar file.

h2-1.4.196-javadoc.jar
h2-1.4.196-sources.jar
h2-1.4.196.jar
h2-1.4.196.pom



Related Tutorials