Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdorg.tpolecat |
ArtifactId | ArtifactIddoobie-h2-cats_2.12 |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
doobie-h2-cats_2.12-0.4.1.pom | |
doobie-h2-cats_2.12-0.4.1.jar | 38 KB |
doobie-h2-cats_2.12-0.4.1-sources.jar | 2 KB |
doobie-h2-cats_2.12-0.4.1-javadoc.jar | 643 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tpolecat/doobie-h2-cats_2.12/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>doobie-h2-cats_2.12</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/doobie-h2-cats_2.12/
implementation 'org.tpolecat:doobie-h2-cats_2.12:0.4.1'
// https://jarcasting.com/artifacts/org.tpolecat/doobie-h2-cats_2.12/
implementation ("org.tpolecat:doobie-h2-cats_2.12:0.4.1")
'org.tpolecat:doobie-h2-cats_2.12:jar:0.4.1'
<dependency org="org.tpolecat" name="doobie-h2-cats_2.12" rev="0.4.1">
<artifact name="doobie-h2-cats_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='doobie-h2-cats_2.12', version='0.4.1')
)
libraryDependencies += "org.tpolecat" % "doobie-h2-cats_2.12" % "0.4.1"
[org.tpolecat/doobie-h2-cats_2.12 "0.4.1"]