is not current version
Last Version 6.3.1

org.springframework.data:spring-data-neo4j 3.1.6.RELEASE

Neo4j support for Spring Data

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-neo4j
Version

Version

3.1.6.RELEASE
Type

Type

jar

Download spring-data-neo4j 3.1.6.RELEASE


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