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