Maven Repository - POM file for Document Database server-community 2.1.5.25 2.1.5.25

Summary

GraphAware Server (Community).

GraphAware Server for Neo4j Community.

Declaration

Here is the list of declaration for server-community. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.graphaware.neo4j</groupId>
   <artifactId>server-community</artifactId>
   <version>2.1.5.25</version>
</dependency>

If you think this Maven repository POM file listing for server-community is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

GNU General Public License.

POM File Source

Here is the content of the POM file.

<!--
  ~ Copyright (c) 2014 GraphAware
  ~
  ~ This file is part of GraphAware.
  ~
  ~ GraphAware is free software: you can redistribute it and/or modify it under the terms of
  ~ the GNU General Public License as published by the Free Software Foundation, either
  ~ version 3 of the License, or (at your option) any later version.
  ~
  ~ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  ~  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  ~ See the GNU General Public License for more details. You should have received a copy of
  ~ the GNU General Public License along with this program.  If not, see
  ~ <http://www.gnu.org/licenses />.
  -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.graphaware.neo4j</groupId>
        <artifactId>server-parent</artifactId>
        <version>2.1.5.25</version>
    </parent>

    <artifactId>server-community</artifactId>
    <packaging>jar</packaging>

    <name>GraphAware Server (Community)</name>
    <description>GraphAware Server for Neo4j Community</description>
    <url>http://graphaware.com</url>

    <dependencies>

        <dependency>
            <groupId>com.graphaware.neo4j</groupId>
            <artifactId>server-common</artifactId>
        </dependency>

        <dependency>
            <groupId>com.graphaware.neo4j</groupId>
            <artifactId>tests</artifactId>
        </dependency>

    </dependencies>

</project>