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