s

sql-spring

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