finagle / finagle-postgres   0.13.0

Apache License 2.0 GitHub

PostgreSQL protocol support for Finagle

Scala versions: 2.13 2.12 2.11 2.10

finagle-postgres 0.3.0


Group ID:
io.github.finagle
Artifact ID:
finagle-postgres_2.11
Version:
0.3.0
Release Date:
Nov 14, 2016
Licenses:

libraryDependencies += "io.github.finagle" %% "finagle-postgres" % "0.3.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"io.github.finagle::finagle-postgres:0.3.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "io.github.finagle::finagle-postgres:0.3.0"

Ammonite REPL

import $ivy.`io.github.finagle::finagle-postgres:0.3.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

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

compile group: 'io.github.finagle', name: 'finagle-postgres_2.11', version: '0.3.0'