GroupId | GroupIdorg.tpolecat |
---|---|
ArtifactId | ArtifactIddoobie-core_3.0.0-RC3 |
Version | Version0.13.1 |
Type | Typejar |
Filename | Size |
---|---|
doobie-core_3.0.0-RC3-0.13.1.pom | |
doobie-core_3.0.0-RC3-0.13.1.jar | 946 KB |
doobie-core_3.0.0-RC3-0.13.1-sources.jar | 71 KB |
doobie-core_3.0.0-RC3-0.13.1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tpolecat/doobie-core_3.0.0-RC3/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>doobie-core_3.0.0-RC3</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/doobie-core_3.0.0-RC3/
implementation 'org.tpolecat:doobie-core_3.0.0-RC3:0.13.1'
// https://jarcasting.com/artifacts/org.tpolecat/doobie-core_3.0.0-RC3/
implementation ("org.tpolecat:doobie-core_3.0.0-RC3:0.13.1")
'org.tpolecat:doobie-core_3.0.0-RC3:jar:0.13.1'
<dependency org="org.tpolecat" name="doobie-core_3.0.0-RC3" rev="0.13.1">
<artifact name="doobie-core_3.0.0-RC3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='doobie-core_3.0.0-RC3', version='0.13.1')
)
libraryDependencies += "org.tpolecat" % "doobie-core_3.0.0-RC3" % "0.13.1"
[org.tpolecat/doobie-core_3.0.0-RC3 "0.13.1"]