h

h2

This artifact contains the same classes as com.h2database%h2%1.4.* but in another package to support migration to com.h2database%h2%2.*
https://github.com/1tchy/shaded-h2database
Mozilla Public License, Version 2.0
Laurin Murer
文件下载
文件名 操作
h2-1.4.200.2.jar 下载
h2-1.4.200.2.pom 下载
h2-1.4.200.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.1tchy.shaded.com.h2database</groupId>
  <artifactId>h2</artifactId>
  <version>1.4.200.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.1tchy.shaded.com.h2database:h2:1.4.200.2'
Gradle Kotlin
implementation("io.github.1tchy.shaded.com.h2database:h2:1.4.200.2")
Scala SBT
libraryDependencies += "io.github.1tchy.shaded.com.h2database" % "h2" % "1.4.200.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.1tchy.shaded.com.h2database', module='h2', version='1.4.200.2')
)
Apache Ivy
<dependency org="io.github.1tchy.shaded.com.h2database" name="h2" rev="1.4.200.2" />
Leiningen
[io.github.1tchy.shaded.com.h2database/h2 "1.4.200.2"]
Apache Buildr
'io.github.1tchy.shaded.com.h2database:h2:jar:1.4.200.2'
本项目依赖
该项目无第三方依赖