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