m

mica-http

An enhanced toolkit of Spring cloud to simplify development.
https://github.com/lets-mica/mica
GNU LESSER GENERAL PUBLIC LICENSE
Dreamlu
Files download
File Operation
mica-http-3.1.12.jar download
mica-http-3.1.12.pom download
mica-http-3.1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>net.dreamlu</groupId>
  <artifactId>mica-http</artifactId>
  <version>3.1.12</version>
</dependency>
Gradle Groovy
implementation 'net.dreamlu:mica-http:3.1.12'
Gradle Kotlin
implementation("net.dreamlu:mica-http:3.1.12")
Scala SBT
libraryDependencies += "net.dreamlu" % "mica-http" % "3.1.12"
Groovy Grape
@Grapes(
  @Grab(group='net.dreamlu', module='mica-http', version='3.1.12')
)
Apache Ivy
<dependency org="net.dreamlu" name="mica-http" rev="3.1.12" />
Leiningen
[net.dreamlu/mica-http "3.1.12"]
Apache Buildr
'net.dreamlu:mica-http:jar:3.1.12'