<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
<version>1.0.9.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-jdbc', version='1.0.9.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-jdbc" rev="1.0.9.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.1.9.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-commons:2.1.9.RELEASE
|-- org.springframework:spring-tx
|-- org.springframework:spring-context
|-- org.springframework:spring-beans
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-core
|-- org.mybatis:mybatis-spring:1.3.2
test
|-- org.assertj:assertj-core:3.6.2
|-- mysql:mysql-connector-java:5.1.41
|-- org.postgresql:postgresql:42.0.0
|-- org.mariadb.jdbc:mariadb-java-client:2.2.3
|-- de.schauderhaft.degraph:degraph-check:0.1.4
|-- org.testcontainers:mysql:1.7.3