o

okNet

Perhaps it is the easiest and most effective way for Retrofit (Okhttp) to support multiple domain names, modify BaseUrl at runtime or configure global Header
https://github.com/uni-cstar/okNet
The Apache License, Version 2.0
luochao
Files download
File Operation
okNet-0.0.7.jar download
okNet-0.0.7.pom download
okNet-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.uni-cstar</groupId>
  <artifactId>okNet</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.uni-cstar:okNet:0.0.7'
Gradle Kotlin
implementation("io.github.uni-cstar:okNet:0.0.7")
Scala SBT
libraryDependencies += "io.github.uni-cstar" % "okNet" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.uni-cstar', module='okNet', version='0.0.7')
)
Apache Ivy
<dependency org="io.github.uni-cstar" name="okNet" rev="0.0.7" />
Leiningen
[io.github.uni-cstar/okNet "0.0.7"]
Apache Buildr
'io.github.uni-cstar:okNet:jar:0.0.7'