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
Files download
File Operation
sunday-okhttp-1.0.0-beta.12.jar download
sunday-okhttp-1.0.0-beta.12.pom download
sunday-okhttp-1.0.0-beta.12-sources.jar download
Apache Maven
<dependency>
  <groupId>io.outfoxx.sunday</groupId>
  <artifactId>sunday-okhttp</artifactId>
  <version>1.0.0-beta.12</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx.sunday:sunday-okhttp:1.0.0-beta.12'
Gradle Kotlin
implementation("io.outfoxx.sunday:sunday-okhttp:1.0.0-beta.12")
Scala SBT
libraryDependencies += "io.outfoxx.sunday" % "sunday-okhttp" % "1.0.0-beta.12"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx.sunday', module='sunday-okhttp', version='1.0.0-beta.12')
)
Apache Ivy
<dependency org="io.outfoxx.sunday" name="sunday-okhttp" rev="1.0.0-beta.12" />
Leiningen
[io.outfoxx.sunday/sunday-okhttp "1.0.0-beta.12"]
Apache Buildr
'io.outfoxx.sunday:sunday-okhttp:jar:1.0.0-beta.12'