MVN

io.github.finagle : finagle-postgres_2.11

Maven & Gradle

Sep 12, 2019
2 usages
75 stars

finagle-postgres · finagle-postgres

<dependency>
    <groupId>io.github.finagle</groupId>
    <artifactId>finagle-postgres_2.11</artifactId>
    <version>0.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.finagle : finagle-postgres_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.0

All Versions

Choose a version of io.github.finagle : finagle-postgres_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • finagle-postgres_2.11-0.12.0

    Sep 11, 2019
  • finagle-postgres_2.11-0.11.0

    Jun 06, 2019
  • finagle-postgres_2.11-0.10.0

    Mar 04, 2019
  • finagle-postgres_2.11-0.9.0

    Feb 18, 2019
  • finagle-postgres_2.11-0.8.3

    Feb 15, 2019
  • finagle-postgres_2.11-0.8.2

    Nov 19, 2018
  • finagle-postgres_2.11-0.8.0

    Nov 12, 2018
  • finagle-postgres_2.11-0.7.0

    Feb 15, 2018
  • finagle-postgres_2.11-0.6.0

    Feb 15, 2018
  • finagle-postgres_2.11-0.5.0

    Jan 25, 2018
  • finagle-postgres_2.11-0.4.3

    Aug 17, 2017
  • finagle-postgres_2.11-0.4.2

    Apr 20, 2017
  • finagle-postgres_2.11-0.4.1

    Nov 29, 2016
  • finagle-postgres_2.11-0.4.0

    Nov 19, 2016
  • finagle-postgres_2.11-0.3.2

    Nov 10, 2016
  • finagle-postgres_2.11-0.3.1

    Nov 10, 2016
  • finagle-postgres_2.11-0.3.0

    Nov 01, 2016
  • finagle-postgres_2.11-0.2.2

    Oct 26, 2016
  • finagle-postgres_2.11-0.2.1

    Sep 26, 2016
  • finagle-postgres_2.11-0.2.0

    Sep 02, 2016

How to add a dependency to Maven

Add the following io.github.finagle : finagle-postgres_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.finagle</groupId>
    <artifactId>finagle-postgres_2.11</artifactId>
    <version>0.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.finagle : finagle-postgres_2.11 gradle dependency to your build.gradle file:

implementation 'io.github.finagle:finagle-postgres_2.11:0.12.0'

Gradle Kotlin DSL: Add the following io.github.finagle : finagle-postgres_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.finagle:finagle-postgres_2.11:0.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.finagle : finagle-postgres_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.finagle" % "finagle-postgres_2.11" % "0.12.0"