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