s

sql-springboot-starter

文件下载
文件名 操作
sql-springboot-starter-3.23.6-RELEASE.jar 下载
sql-springboot-starter-3.23.6-RELEASE.pom 下载
sql-springboot-starter-3.23.6-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ibeetl</groupId>
  <artifactId>sql-springboot-starter</artifactId>
  <version>3.23.6-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.ibeetl:sql-springboot-starter:3.23.6-RELEASE'
Gradle Kotlin
implementation("com.ibeetl:sql-springboot-starter:3.23.6-RELEASE")
Scala SBT
libraryDependencies += "com.ibeetl" % "sql-springboot-starter" % "3.23.6-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.ibeetl', module='sql-springboot-starter', version='3.23.6-RELEASE')
)
Apache Ivy
<dependency org="com.ibeetl" name="sql-springboot-starter" rev="3.23.6-RELEASE" />
Leiningen
[com.ibeetl/sql-springboot-starter "3.23.6-RELEASE"]
Apache Buildr
'com.ibeetl:sql-springboot-starter:jar:3.23.6-RELEASE'