m

mica-cloud

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-cloud-1.2.2.jar download
mica-cloud-1.2.2.pom download
mica-cloud-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.dreamlu</groupId>
  <artifactId>mica-cloud</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'net.dreamlu:mica-cloud:1.2.2'
Gradle Kotlin
implementation("net.dreamlu:mica-cloud:1.2.2")
Scala SBT
libraryDependencies += "net.dreamlu" % "mica-cloud" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='net.dreamlu', module='mica-cloud', version='1.2.2')
)
Apache Ivy
<dependency org="net.dreamlu" name="mica-cloud" rev="1.2.2" />
Leiningen
[net.dreamlu/mica-cloud "1.2.2"]
Apache Buildr
'net.dreamlu:mica-cloud:jar:1.2.2'