GraphAware Common.
General-Purpose Library of Neo4j-Related Code.
Here is the list of declaration for common. 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>common</artifactId> <version>2.1.5.25</version> </dependency>
If you think this Maven repository POM file listing for common is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
GNU General Public License.
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.25</version> </parent> <artifactId>common</artifactId> <packaging>jar</packaging> <name>GraphAware Common</name> <description>General-Purpose Library of Neo4j-Related Code</description> <url>http://graphaware.com</url> <dependencies> <dependency> <groupId>com.esotericsoftware.kryo</groupId> <artifactId>kryo</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> </dependency> </dependencies> </project>