License |
License |
---|---|
GroupId | GroupIdorg.tpolecat |
ArtifactId | ArtifactIddoobie-core_3 |
Last Version | Last Version1.0.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondoobie-core
Pure functional JDBC layer for Scala.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
doobie-core_3-1.0.0-RC2.pom | |
doobie-core_3-1.0.0-RC2.jar | 943 KB |
doobie-core_3-1.0.0-RC2-sources.jar | 71 KB |
doobie-core_3-1.0.0-RC2-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tpolecat/doobie-core_3/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>doobie-core_3</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/doobie-core_3/
implementation 'org.tpolecat:doobie-core_3:1.0.0-RC2'
// https://jarcasting.com/artifacts/org.tpolecat/doobie-core_3/
implementation ("org.tpolecat:doobie-core_3:1.0.0-RC2")
'org.tpolecat:doobie-core_3:jar:1.0.0-RC2'
<dependency org="org.tpolecat" name="doobie-core_3" rev="1.0.0-RC2">
<artifact name="doobie-core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='doobie-core_3', version='1.0.0-RC2')
)
libraryDependencies += "org.tpolecat" % "doobie-core_3" % "1.0.0-RC2"
[org.tpolecat/doobie-core_3 "1.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.tpolecat : doobie-free_3 | jar | 1.0.0-RC2 |
org.scala-lang : scala3-library_3 | jar | 3.1.0 |
org.scala-lang.modules : scala-collection-compat_3 | jar | 2.6.0 |
org.tpolecat : typename_3 | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.typelevel : scalacheck-effect-munit_3 | jar | 1.0.3 |
org.typelevel : munit-cats-effect-3_3 | jar | 1.0.7 |
com.h2database : h2 | jar | 1.4.200 |