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