m

mica-core

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