License |
License |
---|---|
GroupId | GroupIdcom.github.japgolly.webapp-util |
ArtifactId | ArtifactIddb-postgres_2.13 |
Version | Version2.0.0-RC2 |
Type | Typejar |
Description |
DescriptiondbPostgres
dbPostgres
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.japgolly.webapp-util/db-postgres_2.13/ -->
<dependency>
<groupId>com.github.japgolly.webapp-util</groupId>
<artifactId>db-postgres_2.13</artifactId>
<version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.webapp-util/db-postgres_2.13/
implementation 'com.github.japgolly.webapp-util:db-postgres_2.13:2.0.0-RC2'
// https://jarcasting.com/artifacts/com.github.japgolly.webapp-util/db-postgres_2.13/
implementation ("com.github.japgolly.webapp-util:db-postgres_2.13:2.0.0-RC2")
'com.github.japgolly.webapp-util:db-postgres_2.13:jar:2.0.0-RC2'
<dependency org="com.github.japgolly.webapp-util" name="db-postgres_2.13" rev="2.0.0-RC2">
<artifact name="db-postgres_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.webapp-util', module='db-postgres_2.13', version='2.0.0-RC2')
)
libraryDependencies += "com.github.japgolly.webapp-util" % "db-postgres_2.13" % "2.0.0-RC2"
[com.github.japgolly.webapp-util/db-postgres_2.13 "2.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.8 |
com.github.japgolly.webapp-util : core-cats-effect_2.13 | jar | 2.0.0-RC2 |
com.github.cb372 : cats-retry_2.13 | jar | 3.1.0 |
com.github.japgolly.clearconfig : core_2.13 | jar | 3.0.0 |
org.tpolecat : doobie-core_2.13 | jar | 1.0.0-RC2 |
org.tpolecat : doobie-hikari_2.13 | jar | 1.0.0-RC2 |
org.tpolecat : doobie-postgres_2.13 | jar | 1.0.0-RC2 |
org.tpolecat : doobie-postgres-circe_2.13 | jar | 1.0.0-RC2 |
org.flywaydb : flyway-core | jar | 8.0.5 |
com.zaxxer : HikariCP | jar | 4.0.3 |
org.postgresql : postgresql | jar | 42.3.5 |
com.typesafe.scala-logging : scala-logging_2.13 | jar | 3.9.4 |