GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-jdbc |
Version | Version5.1.16.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-jdbc-5.1.16.RELEASE.pom | |
spring-jdbc-5.1.16.RELEASE.jar | 395 KB |
spring-jdbc-5.1.16.RELEASE-sources.jar | 411 KB |
spring-jdbc-5.1.16.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.1.16.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-jdbc/
implementation 'org.springframework:spring-jdbc:5.1.16.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-jdbc/
implementation ("org.springframework:spring-jdbc:5.1.16.RELEASE")
'org.springframework:spring-jdbc:jar:5.1.16.RELEASE'
<dependency org="org.springframework" name="spring-jdbc" rev="5.1.16.RELEASE">
<artifact name="spring-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jdbc', version='5.1.16.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-jdbc" % "5.1.16.RELEASE"
[org.springframework/spring-jdbc "5.1.16.RELEASE"]