Categories |
CategoriesScala Languages CLI User Interface Async Http Client Net HTTP Clients |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client |
ArtifactId | ArtifactIdasync-http-client-backend-scalaz_2.13 |
Version | Version2.0.0-M6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client/async-http-client-backend-scalaz_2.13/ -->
<dependency>
<groupId>com.softwaremill.sttp.client</groupId>
<artifactId>async-http-client-backend-scalaz_2.13</artifactId>
<version>2.0.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/async-http-client-backend-scalaz_2.13/
implementation 'com.softwaremill.sttp.client:async-http-client-backend-scalaz_2.13:2.0.0-M6'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/async-http-client-backend-scalaz_2.13/
implementation ("com.softwaremill.sttp.client:async-http-client-backend-scalaz_2.13:2.0.0-M6")
'com.softwaremill.sttp.client:async-http-client-backend-scalaz_2.13:jar:2.0.0-M6'
<dependency org="com.softwaremill.sttp.client" name="async-http-client-backend-scalaz_2.13" rev="2.0.0-M6">
<artifact name="async-http-client-backend-scalaz_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client', module='async-http-client-backend-scalaz_2.13', version='2.0.0-M6')
)
libraryDependencies += "com.softwaremill.sttp.client" % "async-http-client-backend-scalaz_2.13" % "2.0.0-M6"
[com.softwaremill.sttp.client/async-http-client-backend-scalaz_2.13 "2.0.0-M6"]