License |
License |
---|---|
Categories |
CategoriesH2 Data Databases |
GroupId | GroupIdorg.tpolecat |
ArtifactId | ArtifactIddoobie-h2_2.11 |
Last Version | Last Version0.8.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondoobie-h2
H2 support for doobie.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
doobie-h2_2.11-0.8.0-RC1.pom | |
doobie-h2_2.11-0.8.0-RC1.jar | 75 KB |
doobie-h2_2.11-0.8.0-RC1-sources.jar | 3 KB |
doobie-h2_2.11-0.8.0-RC1-javadoc.jar | 372 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tpolecat/doobie-h2_2.11/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>doobie-h2_2.11</artifactId>
<version>0.8.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/doobie-h2_2.11/
implementation 'org.tpolecat:doobie-h2_2.11:0.8.0-RC1'
// https://jarcasting.com/artifacts/org.tpolecat/doobie-h2_2.11/
implementation ("org.tpolecat:doobie-h2_2.11:0.8.0-RC1")
'org.tpolecat:doobie-h2_2.11:jar:0.8.0-RC1'
<dependency org="org.tpolecat" name="doobie-h2_2.11" rev="0.8.0-RC1">
<artifact name="doobie-h2_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='doobie-h2_2.11', version='0.8.0-RC1')
)
libraryDependencies += "org.tpolecat" % "doobie-h2_2.11" % "0.8.0-RC1"
[org.tpolecat/doobie-h2_2.11 "0.8.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
org.tpolecat : doobie-core_2.11 | jar | 0.8.0-RC1 |
com.h2database : h2 | jar | 1.4.199 |
Group / Artifact | Type | Version |
---|---|---|
org.scalacheck : scalacheck_2.11 | jar | 1.14.0 |
org.specs2 : specs2-core_2.11 | jar | 4.7.0 |
org.specs2 : specs2-scalacheck_2.11 | jar | 4.7.0 |