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