HSQLDB Database.
Lightweight 100% Java SQL Database Engine.
Here is the list of declaration for hsqldb. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.2.4</version> </dependency>
If you think this Maven repository POM file listing for hsqldb is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:HSQLDB License, a BSD open source license
URL: http://hsqldb.org/web/hsqlLicense.html.
The following table lists the most popular artifacts which are depending on hsqldb-2.2.4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
ORM | mybatis 3.1.0 The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over objec... | 24 |
ORM | mybatis 3.1.1 The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over objec... | 17 |
The following packages are defined in the hsqldb-2.2.4.jar
org.hsqldb org.hsqldb.auth org.hsqldb.dbinfo org.hsqldb.error org.hsqldb.index org.hsqldb.jdbc org.hsqldb.jdbc.pool org.hsqldb.lib org.hsqldb.lib.java org.hsqldb.lib.tar org.hsqldb.navigator org.hsqldb.persist org.hsqldb.resources org.hsqldb.result org.hsqldb.rights org.hsqldb.rowio org.hsqldb.scriptio org.hsqldb.server org.hsqldb.store org.hsqldb.types org.hsqldb.util
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <packaging>jar</packaging> <name>HSQLDB Database</name> <version>2.2.4</version> <url>http://hsqldb.org/</url> <description>Lightweight 100% Java SQL Database Engine</description> <licenses> <license> <name>HSQLDB License, a BSD open source license</name> <url>http://hsqldb.org/web/hsqlLicense.html</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>The HSQL Development Group</name> <url>http://hsqldb.org</url> </organization> <inceptionYear>2001</inceptionYear> <scm> <url>http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/base/tags/2.2.4</url> <connection>scm:svn:http://hsqldb.svn.sourceforge.net/svnroot/hsqldb/base</connection> <developerConnection>scm:svn:https://unsaved@hsqldb.svn.sourceforge.net/svnroot/hsqldb/base/trunk</developerConnection> <tag>2.2.4</tag> </scm> </project>