s

sql-integration

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