s

sunday-jdk

Sunday | The framework of REST for Kotlin The JDK 11 HTTP Client implementation uses the JDK 11 HTTP client to execute HTTP requests.
https://github.com/outfoxx/sunday-kt
Apache License 2.0
Outfox, Inc.
Kevin Wooten
Files download
File Operation
sunday-jdk-1.0.0-beta.17.jar download
sunday-jdk-1.0.0-beta.17.pom download
sunday-jdk-1.0.0-beta.17-sources.jar download
Apache Maven
<dependency>
  <groupId>io.outfoxx.sunday</groupId>
  <artifactId>sunday-jdk</artifactId>
  <version>1.0.0-beta.17</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx.sunday:sunday-jdk:1.0.0-beta.17'
Gradle Kotlin
implementation("io.outfoxx.sunday:sunday-jdk:1.0.0-beta.17")
Scala SBT
libraryDependencies += "io.outfoxx.sunday" % "sunday-jdk" % "1.0.0-beta.17"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx.sunday', module='sunday-jdk', version='1.0.0-beta.17')
)
Apache Ivy
<dependency org="io.outfoxx.sunday" name="sunday-jdk" rev="1.0.0-beta.17" />
Leiningen
[io.outfoxx.sunday/sunday-jdk "1.0.0-beta.17"]
Apache Buildr
'io.outfoxx.sunday:sunday-jdk:jar:1.0.0-beta.17'