h

h2

Files download
File Operation
h2-2.1.214.wso2v1.jar download
h2-2.1.214.wso2v1.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.orbit.com.h2database</groupId>
  <artifactId>h2</artifactId>
  <version>2.1.214.wso2v1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.orbit.com.h2database:h2:2.1.214.wso2v1'
Gradle Kotlin
implementation("org.wso2.orbit.com.h2database:h2:2.1.214.wso2v1")
Scala SBT
libraryDependencies += "org.wso2.orbit.com.h2database" % "h2" % "2.1.214.wso2v1"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.orbit.com.h2database', module='h2', version='2.1.214.wso2v1')
)
Apache Ivy
<dependency org="org.wso2.orbit.com.h2database" name="h2" rev="2.1.214.wso2v1" />
Leiningen
[org.wso2.orbit.com.h2database/h2 "2.1.214.wso2v1"]
Apache Buildr
'org.wso2.orbit.com.h2database:h2:jar:2.1.214.wso2v1'