Maven Repository - POM file for JEE Library tx-executor 2.1.5.21 2.1.5.21

Summary

GraphAware Transaction Executor.

Single and Batch Transaction Executor.

Declaration

Here is the list of declaration for tx-executor. 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>tx-executor</artifactId>
   <version>2.1.5.21</version>
</dependency>

If you think this Maven repository POM file listing for tx-executor 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>framework-parent</artifactId>
        <version>2.1.5.21</version>
    </parent>
    <artifactId>tx-executor</artifactId>
    <packaging>jar</packaging>

    <name>GraphAware Transaction Executor</name>
    <description>Single and Batch Transaction Executor</description>
    <url>http://graphaware.com</url>

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

        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>
    </dependencies>

</project>