<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational</artifactId>
<version>3.3.6</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-relational', version='3.3.6')
)
<parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-relational-parent</artifactId> <version>3.3.6</version> </parent>
compile
|-- org.springframework.data:spring-data-commons
|-- org.springframework:spring-tx
|-- org.springframework:spring-context
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- com.google.code.findbugs:jsr305
|-- org.jetbrains.kotlin:kotlin-stdlib
test
|-- com.tngtech.archunit:archunit