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