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