s

sql-springboot-starter

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