H2 Database Engine.
Here is the list of declaration for h2. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.4.180</version> </dependency>
If you think this Maven repository POM file listing for h2 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:MPL 2.0, and EPL 1.0
URL: http://h2database.com/html/license.html.
The following packages are defined in the h2-1.4.180.jar
org.h2 org.h2.api org.h2.bnf org.h2.bnf.context org.h2.command org.h2.command.ddl org.h2.command.dml org.h2.compress org.h2.constraint org.h2.engine org.h2.expression org.h2.fulltext org.h2.index org.h2.jdbc org.h2.jdbcx org.h2.jmx org.h2.message org.h2.mvstore org.h2.mvstore.cache org.h2.mvstore.db org.h2.mvstore.rtree org.h2.mvstore.type org.h2.result org.h2.schema org.h2.security org.h2.server org.h2.server.pg org.h2.server.web org.h2.store org.h2.store.fs org.h2.table org.h2.tools org.h2.upgrade org.h2.util org.h2.value
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.180</version>
<packaging>jar</packaging>
<name>H2 Database Engine</name>
<url>http://www.h2database.com</url>
<description>H2 Database Engine</description>
<licenses>
<license>
<name>MPL 2.0, and EPL 1.0</name>
<url>http://h2database.com/html/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://h2database.googlecode.com/svn/trunk</connection>
<url>http://h2database.googlecode.com/svn/trunk</url>
</scm>
<dependencies>
</dependencies>
</project>