g

gigahorse-core_2.13

Gigahorse is an HTTP client for Scala with multiple backend support.
https://github.com/eed3si9n/gigahorse
Apache 2
eed3si9n
Eugene Yokota
Files download
File Operation
gigahorse-core_2.13-0.7.0.jar download
gigahorse-core_2.13-0.7.0.pom download
gigahorse-core_2.13-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.eed3si9n</groupId>
  <artifactId>gigahorse-core_2.13</artifactId>
  <version>0.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.eed3si9n:gigahorse-core_2.13:0.7.0'
Gradle Kotlin
implementation("com.eed3si9n:gigahorse-core_2.13:0.7.0")
Scala SBT
libraryDependencies += "com.eed3si9n" % "gigahorse-core_2.13" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.eed3si9n', module='gigahorse-core_2.13', version='0.7.0')
)
Apache Ivy
<dependency org="com.eed3si9n" name="gigahorse-core_2.13" rev="0.7.0" />
Leiningen
[com.eed3si9n/gigahorse-core_2.13 "0.7.0"]
Apache Buildr
'com.eed3si9n:gigahorse-core_2.13:jar:0.7.0'