MVN

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

Maven & Gradle

Oct 10, 2012
809 stars

Spring Data Neo4j Distribution · Within the Spring Data project the Spring Data Neo4j 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-neo4j-dist</artifactId>
    <version>2.1.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.0.RELEASE

All Versions

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

Version Vulnerabilities Updated
2.1.x
spring-data-neo4j-dist-2.1.0.RELEASE
2.0.x
spring-data-neo4j-dist-2.0.2.RELEASE
spring-data-neo4j-dist-2.0.1.RELEASE
spring-data-neo4j-dist-2.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-neo4j-dist</artifactId>
    <version>2.1.0.RELEASE</version>
</dependency>

Advertisement