s

smart-cloud-starter-mock

mock封装(mock工具类、常用mock策略、请求接口mock拦截器)
文件下载
文件名 操作
smart-cloud-starter-mock-1.0.4.jar 下载
smart-cloud-starter-mock-1.0.4.pom 下载
smart-cloud-starter-mock-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.smart-cloud</groupId>
  <artifactId>smart-cloud-starter-mock</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.smart-cloud:smart-cloud-starter-mock:1.0.4'
Gradle Kotlin
implementation("io.github.smart-cloud:smart-cloud-starter-mock:1.0.4")
Scala SBT
libraryDependencies += "io.github.smart-cloud" % "smart-cloud-starter-mock" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.smart-cloud', module='smart-cloud-starter-mock', version='1.0.4')
)
Apache Ivy
<dependency org="io.github.smart-cloud" name="smart-cloud-starter-mock" rev="1.0.4" />
Leiningen
[io.github.smart-cloud/smart-cloud-starter-mock "1.0.4"]
Apache Buildr
'io.github.smart-cloud:smart-cloud-starter-mock:jar:1.0.4'