<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
<version>2.2.1</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-jdbc', version='2.2.1')
)
<parent> <groupId>org.springframework.data</groupId> <artifactId>spring-data-relational-parent</artifactId> <version>2.2.1</version> </parent>
compile
|-- org.springframework.data:spring-data-relational
|-- org.springframework.data:spring-data-commons
|-- org.springframework:spring-tx
|-- org.springframework:spring-context
|-- org.springframework:spring-beans
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-core
|-- org.mybatis:mybatis-spring
test
|-- mysql:mysql-connector-java
|-- org.mariadb.jdbc:mariadb-java-client
|-- com.microsoft.sqlserver:mssql-jdbc
|-- com.ibm.db2:jcc
|-- com.oracle.database.jdbc:ojdbc8
|-- de.schauderhaft.degraph:degraph-check
|-- org.testcontainers:postgresql
|-- org.testcontainers:mariadb
|-- org.testcontainers:mssqlserver