GroupId | GroupIdorg.tpolecat |
---|---|
ArtifactId | ArtifactIddoobie-postgres-circe_3 |
Version | Version0.13.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tpolecat/doobie-postgres-circe_3/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>doobie-postgres-circe_3</artifactId>
<version>0.13.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/doobie-postgres-circe_3/
implementation 'org.tpolecat:doobie-postgres-circe_3:0.13.4'
// https://jarcasting.com/artifacts/org.tpolecat/doobie-postgres-circe_3/
implementation ("org.tpolecat:doobie-postgres-circe_3:0.13.4")
'org.tpolecat:doobie-postgres-circe_3:jar:0.13.4'
<dependency org="org.tpolecat" name="doobie-postgres-circe_3" rev="0.13.4">
<artifact name="doobie-postgres-circe_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='doobie-postgres-circe_3', version='0.13.4')
)
libraryDependencies += "org.tpolecat" % "doobie-postgres-circe_3" % "0.13.4"
[org.tpolecat/doobie-postgres-circe_3 "0.13.4"]