| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-jdbc | 
| Version | Version4.2.6.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-jdbc-4.2.6.RELEASE.pom | |
| spring-jdbc-4.2.6.RELEASE.jar | 413 KB | 
| spring-jdbc-4.2.6.RELEASE-sources.jar | 432 KB | 
| spring-jdbc-4.2.6.RELEASE-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-jdbc/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-jdbc</artifactId>
    <version>4.2.6.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-jdbc/
implementation 'org.springframework:spring-jdbc:4.2.6.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-jdbc/
implementation ("org.springframework:spring-jdbc:4.2.6.RELEASE")'org.springframework:spring-jdbc:jar:4.2.6.RELEASE'<dependency org="org.springframework" name="spring-jdbc" rev="4.2.6.RELEASE">
  <artifact name="spring-jdbc" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-jdbc', version='4.2.6.RELEASE')
)libraryDependencies += "org.springframework" % "spring-jdbc" % "4.2.6.RELEASE"[org.springframework/spring-jdbc "4.2.6.RELEASE"]