GroupId | GroupIdorg.tpolecat |
---|---|
ArtifactId | ArtifactIdnatchez-http4s_3 |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
natchez-http4s_3-0.1.1.pom | |
natchez-http4s_3-0.1.1.jar | 52 KB |
natchez-http4s_3-0.1.1-sources.jar | 5 KB |
natchez-http4s_3-0.1.1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tpolecat/natchez-http4s_3/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>natchez-http4s_3</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/natchez-http4s_3/
implementation 'org.tpolecat:natchez-http4s_3:0.1.1'
// https://jarcasting.com/artifacts/org.tpolecat/natchez-http4s_3/
implementation ("org.tpolecat:natchez-http4s_3:0.1.1")
'org.tpolecat:natchez-http4s_3:jar:0.1.1'
<dependency org="org.tpolecat" name="natchez-http4s_3" rev="0.1.1">
<artifact name="natchez-http4s_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='natchez-http4s_3', version='0.1.1')
)
libraryDependencies += "org.tpolecat" % "natchez-http4s_3" % "0.1.1"
[org.tpolecat/natchez-http4s_3 "0.1.1"]