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