doobie-core

Pure functional JDBC layer for Scala.

License

License

MIT
GroupId

GroupId

org.tpolecat
ArtifactId

ArtifactId

doobie-core_2.10
Last Version

Last Version

0.4.3
Release Date

Release Date

Type

Type

jar
Description

Description

doobie-core
Pure functional JDBC layer for Scala.
Project URL

Project URL

https://github.com/tpolecat/doobie
Project Organization

Project Organization

org.tpolecat

Download doobie-core_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/org.tpolecat/doobie-core_2.10/ -->
<dependency>
    <groupId>org.tpolecat</groupId>
    <artifactId>doobie-core_2.10</artifactId>
    <version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/doobie-core_2.10/
implementation 'org.tpolecat:doobie-core_2.10:0.4.3'
// https://jarcasting.com/artifacts/org.tpolecat/doobie-core_2.10/
implementation ("org.tpolecat:doobie-core_2.10:0.4.3")
'org.tpolecat:doobie-core_2.10:jar:0.4.3'
<dependency org="org.tpolecat" name="doobie-core_2.10" rev="0.4.3">
  <artifact name="doobie-core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='doobie-core_2.10', version='0.4.3')
)
libraryDependencies += "org.tpolecat" % "doobie-core_2.10" % "0.4.3"
[org.tpolecat/doobie-core_2.10 "0.4.3"]

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.6
org.scala-lang : scala-reflect jar 2.10.6
com.chuusai : shapeless_2.10 jar 2.3.2
com.lihaoyi : sourcecode_2.10 jar 0.1.3
org.scalaz : scalaz-core_2.10 jar 7.2.12
org.scalaz : scalaz-effect_2.10 jar 7.2.12
org.scalaz.stream : scalaz-stream_2.10 jar 0.8.6a

test (4)

Group / Artifact Type Version
org.scalacheck : scalacheck_2.10 jar 1.13.5
org.specs2 : specs2-core_2.10 jar 3.9.4
org.specs2 : specs2-scalacheck_2.10 jar 3.9.4
com.h2database : h2 jar 1.4.195

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.3
0.3.0a
0.3.0
0.3.0-M1
0.2.4
0.2.4-M1
0.2.3
0.2.3-RC4
0.2.3-RC3