MVN

io.github.freddychen : shine-kotlin

Maven & Gradle

Feb 15, 2022
86 stars

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.

<dependency>
    <groupId>io.github.freddychen</groupId>
    <artifactId>shine-kotlin</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.freddychen : shine-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of io.github.freddychen : shine-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
shine-kotlin-0.0.8
shine-kotlin-0.0.7
shine-kotlin-0.0.6
shine-kotlin-0.0.5
shine-kotlin-0.0.4
shine-kotlin-0.0.3
shine-kotlin-0.0.2
shine-kotlin-0.0.1

How to add a dependency to Maven

Add the following io.github.freddychen : shine-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.freddychen</groupId>
    <artifactId>shine-kotlin</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.freddychen : shine-kotlin gradle dependency to your build.gradle file:

implementation 'io.github.freddychen:shine-kotlin:0.0.8'

Gradle Kotlin DSL: Add the following io.github.freddychen : shine-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.freddychen:shine-kotlin:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.freddychen : shine-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.freddychen" % "shine-kotlin" % "0.0.8"

Advertisement