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