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