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