H2 Database Engine
| JAR File | Download (1.2 MB) |
|---|---|
| POM File | View |
| Version URL | http://www.h2database.com |
| Organization | |
| Issue Tracker |
| Apache Maven |
|---|
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.1.115</version>
</dependency>
|
| Apache Ivy |
|---|
<dependency org="com.h2database" name="h2" rev="1.1.115"/> |
| Groovy Grape |
|---|
@Grapes(
@Grab(group='com.h2database', module='h2', version='1.1.115')
)
|
| Apache Buildr |
|---|
'com.h2database:h2:jar:1.1.115' |
| Group | Artifact | Version |
|---|
| License | URL |
|---|---|
| The H2 License, Version 1.0 | http://h2database.com/html/license.html |
| 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.log |
| 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.util |
| org.h2.value |