| Категории |
КатегорииScala Языки программирования CLI Взаимодействие с пользователем Async Http Client Сеть HTTP Clients |
|---|---|
| Группа | Группаcom.softwaremill.sttp |
| Идентификатор | Идентификаторasync-http-client-handler-scalaz_2.11 |
| Версия | Версия0.0.8 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp/async-http-client-handler-scalaz_2.11/ -->
<dependency>
<groupId>com.softwaremill.sttp</groupId>
<artifactId>async-http-client-handler-scalaz_2.11</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp/async-http-client-handler-scalaz_2.11/
implementation 'com.softwaremill.sttp:async-http-client-handler-scalaz_2.11:0.0.8'
// https://jarcasting.com/artifacts/com.softwaremill.sttp/async-http-client-handler-scalaz_2.11/
implementation ("com.softwaremill.sttp:async-http-client-handler-scalaz_2.11:0.0.8")
'com.softwaremill.sttp:async-http-client-handler-scalaz_2.11:jar:0.0.8'
<dependency org="com.softwaremill.sttp" name="async-http-client-handler-scalaz_2.11" rev="0.0.8">
<artifact name="async-http-client-handler-scalaz_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp', module='async-http-client-handler-scalaz_2.11', version='0.0.8')
)
libraryDependencies += "com.softwaremill.sttp" % "async-http-client-handler-scalaz_2.11" % "0.0.8"
[com.softwaremill.sttp/async-http-client-handler-scalaz_2.11 "0.0.8"]