Files download
File Operation
h2-mvstore-2.3.232.jar download
h2-mvstore-2.3.232.pom download
h2-mvstore-2.3.232-sources.jar download
Apache Maven
<dependency>
  <groupId>com.h2database</groupId>
  <artifactId>h2-mvstore</artifactId>
  <version>2.3.232</version>
</dependency>
Gradle Groovy
implementation 'com.h2database:h2-mvstore:2.3.232'
Gradle Kotlin
implementation("com.h2database:h2-mvstore:2.3.232")
Scala SBT
libraryDependencies += "com.h2database" % "h2-mvstore" % "2.3.232"
Groovy Grape
@Grapes(
  @Grab(group='com.h2database', module='h2-mvstore', version='2.3.232')
)
Apache Ivy
<dependency org="com.h2database" name="h2-mvstore" rev="2.3.232" />
Leiningen
[com.h2database/h2-mvstore "2.3.232"]
Apache Buildr
'com.h2database:h2-mvstore:jar:2.3.232'
Dependencies
The project has no third-party dependencies