<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>6.3.18</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-neo4j', version='6.3.18')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.7.18</version> </parent>
compile
|-- io.projectreactor:reactor-core
|-- io.reactivex:rxjava-reactive-streams
|-- io.reactivex.rxjava2:rxjava
|-- org.apiguardian:apiguardian-api
|-- org.jetbrains.kotlin:kotlin-reflect
|-- org.jetbrains.kotlin:kotlin-stdlib
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core
|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor
|-- org.neo4j:neo4j-cypher-dsl
|-- org.neo4j.driver:neo4j-java-driver
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-tx
|-- org.springframework.data:spring-data-commons
provided
|-- javax.enterprise:cdi-api:2.0.SP1
|-- com.querydsl:querydsl-core
test
|-- com.fasterxml.jackson.core:jackson-databind
|-- eu.michael-simons.neo4j:junit-jupiter-causal-cluster-testcontainer-extension
|-- io.projectreactor:reactor-test
|-- org.jboss.weld.se:weld-se-core:3.1.4.Final
|-- org.springframework.data:spring-data-r2dbc:1.1.0.RELEASE
|-- org.testcontainers:junit-jupiter