s

spring-jdbc

Files download
File Operation
spring-jdbc-2.0.0.jar download
spring-jdbc-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.qyg2297248353.components</groupId>
  <artifactId>spring-jdbc</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.qyg2297248353.components:spring-jdbc:2.0.0'
Gradle Kotlin
implementation("io.github.qyg2297248353.components:spring-jdbc:2.0.0")
Scala SBT
libraryDependencies += "io.github.qyg2297248353.components" % "spring-jdbc" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qyg2297248353.components', module='spring-jdbc', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.qyg2297248353.components" name="spring-jdbc" rev="2.0.0" />
Leiningen
[io.github.qyg2297248353.components/spring-jdbc "2.0.0"]
Apache Buildr
'io.github.qyg2297248353.components:spring-jdbc:jar:2.0.0'