Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.http4s |
ArtifactId | ArtifactIdhttp4s-client_2.13 |
Version | Version0.23.3 |
Type | Typejar |
Filename | Size |
---|---|
http4s-client_2.13-0.23.3.pom | |
http4s-client_2.13-0.23.3.jar | 239 KB |
http4s-client_2.13-0.23.3-sources.jar | 36 KB |
http4s-client_2.13-0.23.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4s/http4s-client_2.13/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client_2.13</artifactId>
<version>0.23.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-client_2.13/
implementation 'org.http4s:http4s-client_2.13:0.23.3'
// https://jarcasting.com/artifacts/org.http4s/http4s-client_2.13/
implementation ("org.http4s:http4s-client_2.13:0.23.3")
'org.http4s:http4s-client_2.13:jar:0.23.3'
<dependency org="org.http4s" name="http4s-client_2.13" rev="0.23.3">
<artifact name="http4s-client_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-client_2.13', version='0.23.3')
)
libraryDependencies += "org.http4s" % "http4s-client_2.13" % "0.23.3"
[org.http4s/http4s-client_2.13 "0.23.3"]