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

Jar examples for h:h2-mvstore

Description

H2 MVStore

You can download jar file h2-mvstore 1.4.196 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.196.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials