HyperSQL Database.
HSQLDB - 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.9</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.9. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JPA Hibernate | liquibase-hibernate4 3.3 Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files | 13 |
ORM | mybatis 3.2.6 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... | 12 |
The following packages are defined in the hsqldb-2.2.9.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.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.2.9</version> <name>HyperSQL Database</name> <description>HSQLDB - Lightweight 100% Java SQL Database Engine</description> <url>http://hsqldb.org</url> <inceptionYear>2001</inceptionYear> <organization> <name>The HSQL Development Group</name> <url>http://hsqldb.org</url> </organization> <licenses> <license> <name>HSQLDB License, a BSD open source license</name> <url>http://hsqldb.org/web/hsqlLicense.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:http://hsqldb.svn.sourceforge.net/svnroot/hsqldb/base</connection> <tag>2.2.9</tag> <url>http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/base/tags/2.2.9</url> </scm> </project>