MVN

org.wso2.orbit.com.h2database : h2

Maven & Gradle

Feb 06, 2023
44 usages

WSO2 Carbon Orbit - H2 OSGi Console Service

<dependency>
    <groupId>org.wso2.orbit.com.h2database</groupId>
    <artifactId>h2</artifactId>
    <version>2.1.214.wso2v1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.orbit.com.h2database : h2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.214.wso2v1

All Versions

Choose a version of org.wso2.orbit.com.h2database : h2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
h2-2.1.214.wso2v1
h2-2.1.210.wso2v1
2.0.x
h2-2.0.206.wso2v1
1.4.x
h2-1.4.200.wso2v1

How to add a dependency to Maven

Add the following org.wso2.orbit.com.h2database : h2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.orbit.com.h2database</groupId>
    <artifactId>h2</artifactId>
    <version>2.1.214.wso2v1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.orbit.com.h2database : h2 gradle dependency to your build.gradle file:

implementation 'org.wso2.orbit.com.h2database:h2:2.1.214.wso2v1'

Gradle Kotlin DSL: Add the following org.wso2.orbit.com.h2database : h2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.orbit.com.h2database:h2:2.1.214.wso2v1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.orbit.com.h2database : h2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.orbit.com.h2database" % "h2" % "2.1.214.wso2v1"

Advertisement