s

sql-integration

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