文件下载
文件名 操作
mockito-rest-spring-parent-2.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.skjolber.mockito-rest-spring</groupId>
  <artifactId>mockito-rest-spring-parent</artifactId>
  <version>2.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:2.0.2'
Gradle Kotlin
implementation("com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:2.0.2")
Scala SBT
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "mockito-rest-spring-parent" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skjolber.mockito-rest-spring', module='mockito-rest-spring-parent', version='2.0.2')
)
Apache Ivy
<dependency org="com.github.skjolber.mockito-rest-spring" name="mockito-rest-spring-parent" rev="2.0.2" />
Leiningen
[com.github.skjolber.mockito-rest-spring/mockito-rest-spring-parent "2.0.2"]
Apache Buildr
'com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:jar:2.0.2'
本项目依赖
该项目无第三方依赖