MVN

io.getquill : quill_2.11

Maven & Gradle

Mar 08, 2019
2.1k stars

quill · quill

<dependency>
    <groupId>io.getquill</groupId>
    <artifactId>quill_2.11</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.getquill : quill_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of io.getquill : quill_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
quill_2.11-3.1.0
3.0.x
quill_2.11-3.0.1
quill_2.11-3.0.0
2.6.x
quill_2.11-2.6.0
2.5.x
quill_2.11-2.5.4
quill_2.11-2.5.2
quill_2.11-2.5.0
2.4.x
quill_2.11-2.4.2
quill_2.11-2.4.1
2.3.x
quill_2.11-2.3.3
quill_2.11-2.3.2
quill_2.11-2.3.1
quill_2.11-2.3.0
2.2.x
quill_2.11-2.2.0
2.1.x
quill_2.11-2.1.0
2.0.x
quill_2.11-2.0.0
1.4.x
quill_2.11-1.4.0
1.3.x
quill_2.11-1.3.0
1.2.x
quill_2.11-1.2.1
quill_2.11-1.2.0
1.1.x
quill_2.11-1.1.1
quill_2.11-1.1.0
1.0.x
quill_2.11-1.0.1
quill_2.11-1.0.0
0.10.x
quill_2.11-0.10.0
0.9.x
quill_2.11-0.9.0
0.8.x
quill_2.11-0.8.0
0.7.x
quill_2.11-0.7.0
0.6.x
quill_2.11-0.6.0
0.5.x
quill_2.11-0.5.0
0.4.x
quill_2.11-0.4.1
quill_2.11-0.4.0
0.3.x
quill_2.11-0.3.1
quill_2.11-0.3.0
0.2.x
quill_2.11-0.2.1
quill_2.11-0.2.0
0.1.x
quill_2.11-0.1.3
quill_2.11-0.1.2
quill_2.11-0.1.1
quill_2.11-0.1.0
0.0.x
quill_2.11-0.0.2

How to add a dependency to Maven

Add the following io.getquill : quill_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.getquill</groupId>
    <artifactId>quill_2.11</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.getquill : quill_2.11 gradle dependency to your build.gradle file:

implementation 'io.getquill:quill_2.11:3.1.0'

Gradle Kotlin DSL: Add the following io.getquill : quill_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.getquill:quill_2.11:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.getquill : quill_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.getquill" % "quill_2.11" % "3.1.0"

Advertisement