MVN

org.springframework.data : spring-data-graph-dist

Maven & Gradle

Aug 12, 2011
64 stars

Spring Data Graph Distribution · Within the Spring Data project the Spring Data Graph library provides integration with the Neo4j graph database, offering object graph mapping, a Neo4jTemplate and Spring-Data-Commons Repository implementations.

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-graph-dist</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.data : spring-data-graph-dist to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0.RELEASE

All Versions

Choose a version of org.springframework.data : spring-data-graph-dist to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
spring-data-graph-dist-1.1.0.RELEASE
1.0.x
spring-data-graph-dist-1.0.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-graph-dist</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>