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