s

sunday-okhttp

Sunday | The framework of REST for Kotlin The OkHttp implementation uses the OkHttp client library to execute HTTP requests.
https://github.com/outfoxx/sunday-kt
Apache License 2.0
Outfox, Inc.
Kevin Wooten
文件下载
文件名 操作
sunday-okhttp-1.0.0-beta.18.jar 下载
sunday-okhttp-1.0.0-beta.18.pom 下载
sunday-okhttp-1.0.0-beta.18-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.outfoxx.sunday</groupId>
  <artifactId>sunday-okhttp</artifactId>
  <version>1.0.0-beta.18</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx.sunday:sunday-okhttp:1.0.0-beta.18'
Gradle Kotlin
implementation("io.outfoxx.sunday:sunday-okhttp:1.0.0-beta.18")
Scala SBT
libraryDependencies += "io.outfoxx.sunday" % "sunday-okhttp" % "1.0.0-beta.18"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx.sunday', module='sunday-okhttp', version='1.0.0-beta.18')
)
Apache Ivy
<dependency org="io.outfoxx.sunday" name="sunday-okhttp" rev="1.0.0-beta.18" />
Leiningen
[io.outfoxx.sunday/sunday-okhttp "1.0.0-beta.18"]
Apache Buildr
'io.outfoxx.sunday:sunday-okhttp:jar:1.0.0-beta.18'