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