| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-jdbc |
| Last Version | Last Version5.3.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring JDBC
Spring JDBC
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-jdbc-5.3.21.pom | |
| spring-jdbc-5.3.21.jar | 392 KB |
| spring-jdbc-5.3.21-sources.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-jdbc/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-jdbc/
implementation 'org.springframework:spring-jdbc:5.3.21'
// https://jarcasting.com/artifacts/org.springframework/spring-jdbc/
implementation ("org.springframework:spring-jdbc:5.3.21")
'org.springframework:spring-jdbc:jar:5.3.21'
<dependency org="org.springframework" name="spring-jdbc" rev="5.3.21">
<artifact name="spring-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jdbc', version='5.3.21')
)
libraryDependencies += "org.springframework" % "spring-jdbc" % "5.3.21"
[org.springframework/spring-jdbc "5.3.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-beans | jar | 5.3.21 |
| org.springframework : spring-core | jar | 5.3.21 |
| org.springframework : spring-tx | jar | 5.3.21 |