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