Categories |
CategoriesCLI User Interface Akka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client |
ArtifactId | ArtifactIdakka-http-backend_2.11 |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client/akka-http-backend_2.11/ -->
<dependency>
<groupId>com.softwaremill.sttp.client</groupId>
<artifactId>akka-http-backend_2.11</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/akka-http-backend_2.11/
implementation 'com.softwaremill.sttp.client:akka-http-backend_2.11:2.0.1'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/akka-http-backend_2.11/
implementation ("com.softwaremill.sttp.client:akka-http-backend_2.11:2.0.1")
'com.softwaremill.sttp.client:akka-http-backend_2.11:jar:2.0.1'
<dependency org="com.softwaremill.sttp.client" name="akka-http-backend_2.11" rev="2.0.1">
<artifact name="akka-http-backend_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client', module='akka-http-backend_2.11', version='2.0.1')
)
libraryDependencies += "com.softwaremill.sttp.client" % "akka-http-backend_2.11" % "2.0.1"
[com.softwaremill.sttp.client/akka-http-backend_2.11 "2.0.1"]