s

sql-fetch

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