MVN

org.hsqldb : hsqldb-j5

Maven & Gradle

Jun 13, 2011
38 usages

HSQLDB Database · Lightweight 100% Java SQL Database Engine

<dependency>
    <groupId>org.hsqldb</groupId>
    <artifactId>hsqldb-j5</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hsqldb : hsqldb-j5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4

All Versions

Choose a version of org.hsqldb : hsqldb-j5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
hsqldb-j5-2.2.4
2.0.x
hsqldb-j5-2.0.0

How to add a dependency to Maven

Add the following org.hsqldb : hsqldb-j5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hsqldb</groupId>
    <artifactId>hsqldb-j5</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hsqldb : hsqldb-j5 gradle dependency to your build.gradle file:

implementation 'org.hsqldb:hsqldb-j5:2.2.4'

Gradle Kotlin DSL: Add the following org.hsqldb : hsqldb-j5 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hsqldb:hsqldb-j5:2.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hsqldb : hsqldb-j5 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hsqldb" % "hsqldb-j5" % "2.2.4"

Advertisement

Dependencies from Group

May 31, 2023
3k usages
Jun 13, 2011
38 usages
May 31, 2023
32 usages
Jun 13, 2011
1 usages

Discover Dependencies

Jul 23, 2008
6 usages
Jun 15, 2020
9 usages
162 stars
Oct 12, 2009
27 usages
Feb 09, 2016
8 usages
2 stars
Jun 03, 2023
32 usages
7.1k stars
Mar 28, 2019
5 usages
12 stars
Apr 10, 2019
4 usages
Jun 07, 2016
16 stars
Apr 23, 2021
6 usages
78 stars