Maven Repository - POM file for Database hsqldb 1.8.0.10 1.8.0.10

Summary

HSQLDB.

Lightweight 100% Java SQL Database Engine.

Declaration

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.

License

Name:HSQLDB License
URL: http://hsqldb.org/web/hsqlLicense.html.

Depended by

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.

CategoryArtifactDepended By Count
Springspring-jdbc 3.2.1.RELEASE
Spring JDBC
5
Springspring-jdbc 3.2.6.RELEASE
Spring JDBC
7
Groovygroovy 1.7.5
Groovy: A powerful, dynamic language for the JVM
27
Groovygroovy-all 1.7.4
Groovy: A powerful, dynamic language for the JVM
6
Springspring-jdbc 3.2.3.RELEASE
Spring JDBC
17
Springspring-jdbc 3.2.2.RELEASE
Spring JDBC
5
Groovygroovy-all 1.7.8
Groovy: A powerful, dynamic language for the JVM
11
Groovygroovy-all 1.8.5
Groovy: A powerful, dynamic language for the JVM
5
Groovygroovy 1.7.0
Groovy: A powerful, dynamic language for the JVM
8
Groovygroovy-all 1.7.10
Groovy: A powerful, dynamic language for the JVM
9
Springspring-jdbc 3.2.8.RELEASE
Spring JDBC
22
Springspring-jdbc 3.2.0.RELEASE
Spring JDBC
6
Groovygroovy 1.8.9
Groovy: A powerful, dynamic language for the JVM
5
Groovygroovy 1.7.3
Groovy: A powerful, dynamic language for the JVM
7
Groovygroovy-all 2.0.0-beta-2
Groovy: A powerful, dynamic language for the JVM
8
Groovygroovy 1.7.9
Groovy: A powerful, dynamic language for the JVM
33
Libraryjxls-core 1.0.3
jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates
17
Groovygroovy 1.7.10
Groovy: A powerful, dynamic language for the JVM
5
Groovygroovy 1.8.8
Groovy: A powerful, dynamic language for the JVM
5
Libraryjxls-core 1.0
jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates
6
Groovygroovy 1.7.8
Groovy: A powerful, dynamic language for the JVM
40
Groovygroovy-all 1.8.9
Groovy: A powerful, dynamic language for the JVM
35
Groovygroovy-all 1.8.8
Groovy: A powerful, dynamic language for the JVM
11
Groovygroovy-all 1.8.6
Groovy: A powerful, dynamic language for the JVM
61
Groovygroovy-all 1.7.0
Groovy: A powerful, dynamic language for the JVM
17
Springspring-jdbc 3.2.4.RELEASE
Spring JDBC
9
Groovygroovy-all 2.0.0-beta-1
Groovy: A powerful, dynamic language for the JVM
5




Packages

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




POM File Source

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>