s

shine-kotlin

Kotlin network request library package based on Retrofit+Kotlin coroutine, supports GET/POST/PUT/DELETE requests, asynchronous/synchronous requests, dynamic BaseUrl, request headers, request/response logs, etc., and supports custom Parser (data parser) , for addressing different return data models.
https://github.com/FreddyChen/Shine-Kotlin.git
The Apache License, Version 2.0
FreddyChen
Files download
File Operation
shine-kotlin-0.0.8.pom download
shine-kotlin-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.freddychen</groupId>
  <artifactId>shine-kotlin</artifactId>
  <version>0.0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.freddychen:shine-kotlin:0.0.8'
Gradle Kotlin
implementation("io.github.freddychen:shine-kotlin:0.0.8")
Scala SBT
libraryDependencies += "io.github.freddychen" % "shine-kotlin" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.freddychen', module='shine-kotlin', version='0.0.8')
)
Apache Ivy
<dependency org="io.github.freddychen" name="shine-kotlin" rev="0.0.8" />
Leiningen
[io.github.freddychen/shine-kotlin "0.0.8"]
Apache Buildr
'io.github.freddychen:shine-kotlin:jar:0.0.8'