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