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