m

mica-http

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