Maven Repository - POM file for Database h2 1.3.152 1.3.152

Summary

H2 Database Engine.

Declaration

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.152</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.

License

Name:The H2 License, Version 1.0
URL: http://h2database.com/html/license.html.

Depended by

The following table lists the most popular artifacts which are depending on h2-1.3.152. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JPA Hibernatescalajpa_2.9.1 1.4
This module provides some basic classes to simplify using JPA (Java Persistence) under Scala.
11
JPA Hibernatescalajpa_2.9.2 1.4
This module provides some basic classes to simplify using JPA (Java Persistence) under Scala.
22
JPA Hibernatescalajpa_2.10 1.4
This module provides some basic classes to simplify using JPA (Java Persistence) under Scala.
13




Packages

The following packages are defined in the h2-1.3.152.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




POM File Source

Here is the content of the POM file.

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.h2database</groupId>
    <artifactId>h2</artifactId>
    <version>1.3.152</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>