s

sql-fetch

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