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

Jar examples for h:h2-mvstore

Description

H2 MVStore

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials