k

ktor-fit-ksp

use ktor like retrofit.
https://github.com/qdsfdhvh/ktor-fit
MIT
SeikoDes
文件下载
文件名 操作
ktor-fit-ksp-1.0.5.1.jar 下载
ktor-fit-ksp-1.0.5.1.pom 下载
ktor-fit-ksp-1.0.5.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.qdsfdhvh</groupId>
  <artifactId>ktor-fit-ksp</artifactId>
  <version>1.0.5.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.qdsfdhvh:ktor-fit-ksp:1.0.5.1'
Gradle Kotlin
implementation("io.github.qdsfdhvh:ktor-fit-ksp:1.0.5.1")
Scala SBT
libraryDependencies += "io.github.qdsfdhvh" % "ktor-fit-ksp" % "1.0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qdsfdhvh', module='ktor-fit-ksp', version='1.0.5.1')
)
Apache Ivy
<dependency org="io.github.qdsfdhvh" name="ktor-fit-ksp" rev="1.0.5.1" />
Leiningen
[io.github.qdsfdhvh/ktor-fit-ksp "1.0.5.1"]
Apache Buildr
'io.github.qdsfdhvh:ktor-fit-ksp:jar:1.0.5.1'