Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-neo4j-rest |
Version | Version2.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-neo4j-rest/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-rest</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-neo4j-rest/
implementation 'org.springframework.data:spring-data-neo4j-rest:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-neo4j-rest/
implementation ("org.springframework.data:spring-data-neo4j-rest:2.1.0.RELEASE")
'org.springframework.data:spring-data-neo4j-rest:jar:2.1.0.RELEASE'
<dependency org="org.springframework.data" name="spring-data-neo4j-rest" rev="2.1.0.RELEASE">
<artifact name="spring-data-neo4j-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-neo4j-rest', version='2.1.0.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-neo4j-rest" % "2.1.0.RELEASE"
[org.springframework.data/spring-data-neo4j-rest "2.1.0.RELEASE"]