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>hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>1.8.0.7</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
URL: http://hsqldb.org/web/hsqlLicense.html.
The following table lists the most popular artifacts which are depending on hsqldb-1.8.0.7. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Groovy | groovy-all 1.6.5 Groovy: A powerful, dynamic language for the JVM | 5 |
Groovy | groovy-all 1.6.2 Groovy: A powerful, dynamic language for the JVM | 65 |
Groovy | groovy-all 1.5.4 Groovy: A powerful, dynamic language for the JVM | 6 |
Groovy | groovy-all 1.6.0 Groovy: A powerful, dynamic language for the JVM | 92 |
Groovy | groovy 1.1-rc-2 Groovy: A powerful, dynamic language for the JVM | 30 |
Groovy | groovy 1.5.7 Groovy: A powerful, dynamic language for the JVM | 24 |
Groovy | groovy 1.6.0 Groovy: A powerful, dynamic language for the JVM | 10 |
Security | jsecurity 0.9.0-RC2 JSecurity is a powerful and flexible open-source Java security framework that cleanly handles authentication, authorization, enterprise session management, single sign-on and cryptography services. | 17 |
Groovy | groovy 1.5.6 Groovy: A powerful, dynamic language for the JVM | 7 |
Data Structure | ci-bayes 2.0.0.RELEASE Module for classifying data based on various Bayesian algorithms | 48 |
Groovy | groovy 1.6.2 Groovy: A powerful, dynamic language for the JVM | 21 |
The following packages are defined in the hsqldb-1.8.0.7.jar
org.hsqldb org.hsqldb.index org.hsqldb.jdbc org.hsqldb.lib org.hsqldb.lib.java org.hsqldb.persist org.hsqldb.resources org.hsqldb.rowio org.hsqldb.scriptio org.hsqldb.store org.hsqldb.types org.hsqldb.util
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <packaging>jar</packaging> <name>HSQLDB</name> <version>1.8.0.7</version> <url>http://hsqldb.org/</url> <description>Lightweight 100% Java SQL Database Engine</description> <licenses> <license> <name>HSQLDB License</name> <url>http://hsqldb.org/web/hsqlLicense.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://sourceforge.net/cvs/?group_id=23316</url> </scm> <dependencies> </dependencies> </project>