g

gigahorse-akka-http_2.13

An HTTP client for Scala with Async Http Client underneath.
https://github.com/eed3si9n/gigahorse
Apache 2
eed3si9n
Eugene Yokota
Files download
File Operation
gigahorse-akka-http_2.13-0.6.0.jar download
gigahorse-akka-http_2.13-0.6.0.pom download
gigahorse-akka-http_2.13-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.eed3si9n</groupId>
  <artifactId>gigahorse-akka-http_2.13</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.eed3si9n:gigahorse-akka-http_2.13:0.6.0'
Gradle Kotlin
implementation("com.eed3si9n:gigahorse-akka-http_2.13:0.6.0")
Scala SBT
libraryDependencies += "com.eed3si9n" % "gigahorse-akka-http_2.13" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.eed3si9n', module='gigahorse-akka-http_2.13', version='0.6.0')
)
Apache Ivy
<dependency org="com.eed3si9n" name="gigahorse-akka-http_2.13" rev="0.6.0" />
Leiningen
[com.eed3si9n/gigahorse-akka-http_2.13 "0.6.0"]
Apache Buildr
'com.eed3si9n:gigahorse-akka-http_2.13:jar:0.6.0'