| License |
License |
|---|---|
| Categories |
CategoriesH2 Data Databases |
| GroupId | GroupIdorg.tpolecat |
| ArtifactId | ArtifactIddoobie-h2_3 |
| Version | Version1.0.0-RC1 |
| 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_3-1.0.0-RC1.pom | |
| doobie-h2_3-1.0.0-RC1.jar | 29 KB |
| doobie-h2_3-1.0.0-RC1-sources.jar | 3 KB |
| doobie-h2_3-1.0.0-RC1-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tpolecat/doobie-h2_3/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>doobie-h2_3</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/doobie-h2_3/
implementation 'org.tpolecat:doobie-h2_3:1.0.0-RC1'
// https://jarcasting.com/artifacts/org.tpolecat/doobie-h2_3/
implementation ("org.tpolecat:doobie-h2_3:1.0.0-RC1")
'org.tpolecat:doobie-h2_3:jar:1.0.0-RC1'
<dependency org="org.tpolecat" name="doobie-h2_3" rev="1.0.0-RC1">
<artifact name="doobie-h2_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='doobie-h2_3', version='1.0.0-RC1')
)
libraryDependencies += "org.tpolecat" % "doobie-h2_3" % "1.0.0-RC1"
[org.tpolecat/doobie-h2_3 "1.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.tpolecat : doobie-core_3 | jar | 1.0.0-RC1 |
| org.scala-lang : scala3-library_3 | jar | 3.0.1 |
| org.scala-lang.modules : scala-collection-compat_3 | jar | 2.4.4 |
| com.h2database : h2 | jar | 1.4.200 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.typelevel : scalacheck-effect-munit_3 | jar | 1.0.2 |
| org.typelevel : munit-cats-effect-3_3 | jar | 1.0.5 |