m

mica-spider

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