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.10</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.10. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-jdbc 3.2.1.RELEASE Spring JDBC | 5 |
Spring | spring-jdbc 3.2.6.RELEASE Spring JDBC | 7 |
Groovy | groovy 1.7.5 Groovy: A powerful, dynamic language for the JVM | 27 |
Groovy | groovy-all 1.7.4 Groovy: A powerful, dynamic language for the JVM | 6 |
Spring | spring-jdbc 3.2.3.RELEASE Spring JDBC | 17 |
Spring | spring-jdbc 3.2.2.RELEASE Spring JDBC | 5 |
Groovy | groovy-all 1.7.8 Groovy: A powerful, dynamic language for the JVM | 11 |
Groovy | groovy-all 1.8.5 Groovy: A powerful, dynamic language for the JVM | 5 |
Groovy | groovy 1.7.0 Groovy: A powerful, dynamic language for the JVM | 8 |
Groovy | groovy-all 1.7.10 Groovy: A powerful, dynamic language for the JVM | 9 |
Spring | spring-jdbc 3.2.8.RELEASE Spring JDBC | 22 |
Spring | spring-jdbc 3.2.0.RELEASE Spring JDBC | 6 |
Groovy | groovy 1.8.9 Groovy: A powerful, dynamic language for the JVM | 5 |
Groovy | groovy 1.7.3 Groovy: A powerful, dynamic language for the JVM | 7 |
Groovy | groovy-all 2.0.0-beta-2 Groovy: A powerful, dynamic language for the JVM | 8 |
Groovy | groovy 1.7.9 Groovy: A powerful, dynamic language for the JVM | 33 |
Library | jxls-core 1.0.3 jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates | 17 |
Groovy | groovy 1.7.10 Groovy: A powerful, dynamic language for the JVM | 5 |
Groovy | groovy 1.8.8 Groovy: A powerful, dynamic language for the JVM | 5 |
Library | jxls-core 1.0 jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates | 6 |
Groovy | groovy 1.7.8 Groovy: A powerful, dynamic language for the JVM | 40 |
Groovy | groovy-all 1.8.9 Groovy: A powerful, dynamic language for the JVM | 35 |
Groovy | groovy-all 1.8.8 Groovy: A powerful, dynamic language for the JVM | 11 |
Groovy | groovy-all 1.8.6 Groovy: A powerful, dynamic language for the JVM | 61 |
Groovy | groovy-all 1.7.0 Groovy: A powerful, dynamic language for the JVM | 17 |
Spring | spring-jdbc 3.2.4.RELEASE Spring JDBC | 9 |
Groovy | groovy-all 2.0.0-beta-1 Groovy: A powerful, dynamic language for the JVM | 5 |
The following packages are defined in the hsqldb-1.8.0.10.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.10</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>