<dependency> <groupId>org.endpoints4s</groupId> <artifactId>sttp-client_2.13</artifactId> <version>1.1.0</version> </dependency>
implementation 'org.endpoints4s:sttp-client_2.13:1.1.0'
implementation("org.endpoints4s:sttp-client_2.13:1.1.0")
libraryDependencies += "org.endpoints4s" % "sttp-client_2.13" % "1.1.0"
@Grapes( @Grab(group='org.endpoints4s', module='sttp-client_2.13', version='1.1.0') )
<dependency org="org.endpoints4s" name="sttp-client_2.13" rev="1.1.0" />
[org.endpoints4s/sttp-client_2.13 "1.1.0"]
'org.endpoints4s:sttp-client_2.13:jar:1.1.0'
compile
|-- org.scala-lang:scala-library:2.13.2
|-- org.endpoints4s:openapi_2.13:1.1.0
|-- org.endpoints4s:algebra_2.13:1.1.0
|-- com.softwaremill.sttp:core_2.13:1.7.2
test
|-- org.endpoints4s:algebra-playjson_2.13:1.1.0
|-- com.softwaremill.sttp:akka-http-backend_2.13:1.7.2
|-- com.typesafe.akka:akka-stream_2.13:2.6.6