Group Id com.h2database
Artifact Id h2-mvstore
Version 2.0.206
Packaging jar
URL -
Badge
Last Updated 2022-01-04T12:51:24+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.h2database</groupId>
    <artifactId>h2-mvstore</artifactId>
    <version>2.0.206</version>
</dependency>
implementation group: 'com.h2database', name: 'h2-mvstore', version: '2.0.206'
implementation 'com.h2database:h2-mvstore:2.0.206'
implementation("com.h2database:h2-mvstore:2.0.206")
libraryDependencies += "com.h2database" % "h2-mvstore" % "2.0.206"
<dependency org="com.h2database" name="h2-mvstore" rev="2.0.206"/>
@Grapes(
    @Grab(group='com.h2database', module='h2-mvstore', version='2.0.206')
)
[com.h2database/h2-mvstore "2.0.206"]
'com.h2database:h2-mvstore:2.0.206'