<dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-http</artifactId> <version>1.1.5</version> </dependency>
implementation 'net.dreamlu:mica-http:1.1.5'
implementation("net.dreamlu:mica-http:1.1.5")
libraryDependencies += "net.dreamlu" % "mica-http" % "1.1.5"
@Grapes( @Grab(group='net.dreamlu', module='mica-http', version='1.1.5') )
<dependency org="net.dreamlu" name="mica-http" rev="1.1.5" />
[net.dreamlu/mica-http "1.1.5"]
'net.dreamlu:mica-http:jar:1.1.5'
compile
|-- net.dreamlu:mica-core:1.1.5
|-- com.squareup.okhttp3:okhttp:3.14.2
|-- com.squareup.okhttp3:logging-interceptor:3.14.2