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.184</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.
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.184</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>