License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.http4s |
ArtifactId | ArtifactIdhttp4s-client_2.11 |
Last Version | Last Version0.21.0-M1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionclient
Base library for building http4s clients
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http4s-client_2.11-0.21.0-M1.pom | |
http4s-client_2.11-0.21.0-M1.jar | 456 KB |
http4s-client_2.11-0.21.0-M1-sources.jar | 29 KB |
http4s-client_2.11-0.21.0-M1-javadoc.jar | 478 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4s/http4s-client_2.11/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client_2.11</artifactId>
<version>0.21.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-client_2.11/
implementation 'org.http4s:http4s-client_2.11:0.21.0-M1'
// https://jarcasting.com/artifacts/org.http4s/http4s-client_2.11/
implementation ("org.http4s:http4s-client_2.11:0.21.0-M1")
'org.http4s:http4s-client_2.11:jar:0.21.0-M1'
<dependency org="org.http4s" name="http4s-client_2.11" rev="0.21.0-M1">
<artifact name="http4s-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-client_2.11', version='0.21.0-M1')
)
libraryDependencies += "org.http4s" % "http4s-client_2.11" % "0.21.0-M1"
[org.http4s/http4s-client_2.11 "0.21.0-M1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
org.http4s : http4s-core_2.11 | jar | 0.21.0-M1 |
Group / Artifact | Type | Version |
---|---|---|
org.http4s : http4s-testing_2.11 | jar | 0.21.0-M1 |
org.http4s : http4s-server_2.11 | jar | 0.21.0-M1 |
org.http4s : http4s-dsl_2.11 | jar | 0.21.0-M1 |
org.http4s : http4s-scala-xml_2.11 | jar | 0.21.0-M1 |
org.typelevel : cats-laws_2.11 | jar | 2.0.0-M4 |
org.typelevel : cats-kernel-laws_2.11 | jar | 2.0.0-M4 |
org.typelevel : discipline-specs2_2.11 | jar | 0.12.0-M3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.scalacheck : scalacheck_2.11 | jar | 1.14.0 |
org.specs2 : specs2-core_2.11 | jar | 4.5.1 |
org.specs2 : specs2-matcher-extra_2.11 | jar | 4.5.1 |
org.specs2 : specs2-scalacheck_2.11 | jar | 4.5.1 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.19.v20190610 |