<dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>2.0.6</version> </dependency>
implementation 'org.springframework:spring-jdbc:2.0.6'
implementation("org.springframework:spring-jdbc:2.0.6")
libraryDependencies += "org.springframework" % "spring-jdbc" % "2.0.6"
@Grapes( @Grab(group='org.springframework', module='spring-jdbc', version='2.0.6') )
<dependency org="org.springframework" name="spring-jdbc" rev="2.0.6" />
[org.springframework/spring-jdbc "2.0.6"]
'org.springframework:spring-jdbc:jar:2.0.6'
compile
|-- c3p0:c3p0:0.9.1.1
|-- commons-dbcp:commons-dbcp:1.2.2
|-- commons-logging:commons-logging:1.1
|-- jotm:jotm:2.0.10
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-dao