is not current version
Last Version 1.0.0-RC2

org.tpolecat:doobie-h2_3 1.0.0-M3

H2 support for doobie.

Categories

Categories

H2 Data Databases
GroupId

GroupId

org.tpolecat
ArtifactId

ArtifactId

doobie-h2_3
Version

Version

1.0.0-M3
Type

Type

jar

Download doobie-h2_3 1.0.0-M3


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