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