GroupId | GroupIdorg.tpolecat |
---|---|
ArtifactId | ArtifactIddoobie-specs2_2.11 |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
doobie-specs2_2.11-0.4.0.pom | |
doobie-specs2_2.11-0.4.0.jar | 23 KB |
doobie-specs2_2.11-0.4.0-sources.jar | 1 KB |
doobie-specs2_2.11-0.4.0-javadoc.jar | 354 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tpolecat/doobie-specs2_2.11/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>doobie-specs2_2.11</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/doobie-specs2_2.11/
implementation 'org.tpolecat:doobie-specs2_2.11:0.4.0'
// https://jarcasting.com/artifacts/org.tpolecat/doobie-specs2_2.11/
implementation ("org.tpolecat:doobie-specs2_2.11:0.4.0")
'org.tpolecat:doobie-specs2_2.11:jar:0.4.0'
<dependency org="org.tpolecat" name="doobie-specs2_2.11" rev="0.4.0">
<artifact name="doobie-specs2_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='doobie-specs2_2.11', version='0.4.0')
)
libraryDependencies += "org.tpolecat" % "doobie-specs2_2.11" % "0.4.0"
[org.tpolecat/doobie-specs2_2.11 "0.4.0"]