文件名 | 操作 |
---|---|
mockito-rest-spring-parent-2.0.2.pom | 下载 |
<dependency>
<groupId>com.github.skjolber.mockito-rest-spring</groupId>
<artifactId>mockito-rest-spring-parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
implementation 'com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:2.0.2'
implementation("com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:2.0.2")
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "mockito-rest-spring-parent" % "2.0.2"
@Grapes(
@Grab(group='com.github.skjolber.mockito-rest-spring', module='mockito-rest-spring-parent', version='2.0.2')
)
<dependency org="com.github.skjolber.mockito-rest-spring" name="mockito-rest-spring-parent" rev="2.0.2" />