k

ktor-fit-annotation

use ktor like retrofit.
https://github.com/qdsfdhvh/ktor-fit
MIT
SeikoDes
Files download
File Operation
ktor-fit-annotation-1.0.6.jar download
ktor-fit-annotation-1.0.6.pom download
ktor-fit-annotation-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.qdsfdhvh</groupId>
  <artifactId>ktor-fit-annotation</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.qdsfdhvh:ktor-fit-annotation:1.0.6'
Gradle Kotlin
implementation("io.github.qdsfdhvh:ktor-fit-annotation:1.0.6")
Scala SBT
libraryDependencies += "io.github.qdsfdhvh" % "ktor-fit-annotation" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qdsfdhvh', module='ktor-fit-annotation', version='1.0.6')
)
Apache Ivy
<dependency org="io.github.qdsfdhvh" name="ktor-fit-annotation" rev="1.0.6" />
Leiningen
[io.github.qdsfdhvh/ktor-fit-annotation "1.0.6"]
Apache Buildr
'io.github.qdsfdhvh:ktor-fit-annotation:jar:1.0.6'