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