d

doobie-postgres_2.12

Postgres support for doobie.
https://github.com/tpolecat/doobie
MIT
org.tpolecat
Rob Norris
Files download
File Operation
doobie-postgres_2.12-0.7.1.jar download
doobie-postgres_2.12-0.7.1.pom download
doobie-postgres_2.12-0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.tpolecat</groupId>
  <artifactId>doobie-postgres_2.12</artifactId>
  <version>0.7.1</version>
</dependency>
Gradle Groovy
implementation 'org.tpolecat:doobie-postgres_2.12:0.7.1'
Gradle Kotlin
implementation("org.tpolecat:doobie-postgres_2.12:0.7.1")
Scala SBT
libraryDependencies += "org.tpolecat" % "doobie-postgres_2.12" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.tpolecat', module='doobie-postgres_2.12', version='0.7.1')
)
Apache Ivy
<dependency org="org.tpolecat" name="doobie-postgres_2.12" rev="0.7.1" />
Leiningen
[org.tpolecat/doobie-postgres_2.12 "0.7.1"]
Apache Buildr
'org.tpolecat:doobie-postgres_2.12:jar:0.7.1'