<dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>2.5</version> </dependency>
implementation 'org.springframework:spring-jdbc:2.5'
implementation("org.springframework:spring-jdbc:2.5")
libraryDependencies += "org.springframework" % "spring-jdbc" % "2.5"
@Grapes( @Grab(group='org.springframework', module='spring-jdbc', version='2.5') )
<dependency org="org.springframework" name="spring-jdbc" rev="2.5" />
[org.springframework/spring-jdbc "2.5"]
'org.springframework:spring-jdbc:jar:2.5'
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-tx