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