g

gigahorse-core_3

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