MVN

com.speedment.connector : h2

Maven & Gradle

Feb 14, 2018
1.9k stars

Speedment - Connector - H2 · A connector for the H2 database.

<dependency>
    <groupId>com.speedment.connector</groupId>
    <artifactId>h2</artifactId>
    <version>3.0.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.speedment.connector : h2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.22

All Versions

Choose a version of com.speedment.connector : h2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
h2-3.0.22
h2-3.0.21
h2-3.0.20
h2-3.0.19
h2-3.0.18
h2-3.0.17
h2-3.0.16
h2-3.0.15
h2-3.0.14
h2-3.0.13
h2-3.0.12
h2-3.0.11
h2-3.0.10
h2-3.0.9
h2-3.0.8
h2-3.0.7
h2-3.0.6
h2-3.0.5
h2-3.0.4
h2-3.0.3

How to add a dependency to Maven

Add the following com.speedment.connector : h2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.speedment.connector</groupId>
    <artifactId>h2</artifactId>
    <version>3.0.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.speedment.connector : h2 gradle dependency to your build.gradle file:

implementation 'com.speedment.connector:h2:3.0.22'

Gradle Kotlin DSL: Add the following com.speedment.connector : h2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.speedment.connector:h2:3.0.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.speedment.connector : h2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.speedment.connector" % "h2" % "3.0.22"

Advertisement