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.

License

License

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-graph-dist
Last Version

Last Version

1.1.0.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

http://www.springsource.org/spring-data/neo4j
Project Organization

Project Organization

SpringSource
Source Code Management

Source Code Management

http://github.com/SpringSource/spring-data-graph

Download spring-data-graph-dist

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-graph-dist/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-graph-dist</artifactId>
    <version>1.1.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-graph-dist/
implementation 'org.springframework.data:spring-data-graph-dist:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-graph-dist/
implementation ("org.springframework.data:spring-data-graph-dist:1.1.0.RELEASE")
'org.springframework.data:spring-data-graph-dist:pom:1.1.0.RELEASE'
<dependency org="org.springframework.data" name="spring-data-graph-dist" rev="1.1.0.RELEASE">
  <artifact name="spring-data-graph-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-graph-dist', version='1.1.0.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-graph-dist" % "1.1.0.RELEASE"
[org.springframework.data/spring-data-graph-dist "1.1.0.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring-data-graph-parent
  • spring-data-neo4j
  • spring-data-neo4j-rest

NOTICE: Deprecated

This project has been deprecated, because the name has changed from Spring Data Graph to Spring Data Neo4j.
All active development is continuing in the forked repository at Spring Data Neo4j .

This repository remains for continuity, but please join us at the new repository
for the latest code and documentation.

Cheers,
The Spring Data Neo4j Team

org.springframework.data

Versions

Version
1.1.0.RELEASE
1.0.0.RELEASE