Download h2-mvstore-1.4.192.jar file - Jar h

Jar examples for h:h2-mvstore

Description

H2 MVStore

You can download jar file h2-mvstore 1.4.192 in this page.

License

MPL 2.0, and EPL 1.0

Build File

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

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

Download

Click the following link to download the jar file.

h2-mvstore-1.4.192-javadoc.jar
h2-mvstore-1.4.192-sources.jar
h2-mvstore-1.4.192.jar
h2-mvstore-1.4.192.pom



Related Tutorials