| GroupId | GroupIdorg.atnos |
|---|---|
| ArtifactId | ArtifactIdeff-doobie_3 |
| Version | Version5.20.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| eff-doobie_3-5.20.0.pom | |
| eff-doobie_3-5.20.0.jar | 27 KB |
| eff-doobie_3-5.20.0-sources.jar | 2 KB |
| eff-doobie_3-5.20.0-javadoc.jar | 460 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atnos/eff-doobie_3/ -->
<dependency>
<groupId>org.atnos</groupId>
<artifactId>eff-doobie_3</artifactId>
<version>5.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atnos/eff-doobie_3/
implementation 'org.atnos:eff-doobie_3:5.20.0'
// https://jarcasting.com/artifacts/org.atnos/eff-doobie_3/
implementation ("org.atnos:eff-doobie_3:5.20.0")
'org.atnos:eff-doobie_3:jar:5.20.0'
<dependency org="org.atnos" name="eff-doobie_3" rev="5.20.0">
<artifact name="eff-doobie_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atnos', module='eff-doobie_3', version='5.20.0')
)
libraryDependencies += "org.atnos" % "eff-doobie_3" % "5.20.0"
[org.atnos/eff-doobie_3 "5.20.0"]