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