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.3.155</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:The H2 License, Version 1.0
URL: http://h2database.com/html/license.html.
The following table lists the most popular artifacts which are depending on h2-1.3.155. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JPA Hibernate | jackson-datatype-hibernate3 2.1.2 Add-on module for Jackson (http://jackson.codehaus.org) to support Hibernate (http://hibernate.org) version 3.x data types. | 7 |
JPA Hibernate | jackson-datatype-hibernate4 2.1.2 Add-on module for Jackson (http://jackson.codehaus.org) to support Hibernate (http://hibernate.org) version 4.x data types. | 30 |
The following packages are defined in the h2-1.3.155.jar
org.h2 org.h2.api org.h2.bnf org.h2.command org.h2.command.ddl org.h2.command.dml org.h2.compress org.h2.constant 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.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.3.155</version> <packaging>jar</packaging> <name>H2 Database Engine</name> <url>http://www.h2database.com</url> <description>H2 Database Engine</description> <licenses> <license> <name>The H2 License, Version 1.0</name> <url>http://h2database.com/html/license.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://h2database.googlecode.com/svn/trunk</url> </scm> <dependencies> </dependencies> </project>