<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.0.15.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jdbc', version='5.0.15.RELEASE')
)
compile
|-- org.springframework:spring-beans:5.0.15.RELEASE
|-- org.springframework:spring-core:5.0.15.RELEASE
|-- org.springframework:spring-tx:5.0.15.RELEASE
|-- javax.transaction:javax.transaction-api:1.2
|-- org.apache.derby:derby:10.14.2.0
|-- org.apache.derby:derbyclient:10.14.2.0
|-- org.jetbrains.kotlin:kotlin-reflect:1.2.71