<dependency>
<groupId>com.github.skjolber.mockito-rest-spring</groupId>
<artifactId>mockito-rest-spring-parent</artifactId>
<version>1.0.3</version>
</dependency>
implementation group: 'com.github.skjolber.mockito-rest-spring', name: 'mockito-rest-spring-parent', version: '1.0.3'
implementation 'com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:1.0.3'
implementation("com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:1.0.3")
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "mockito-rest-spring-parent" % "1.0.3"
<dependency org="com.github.skjolber.mockito-rest-spring" name="mockito-rest-spring-parent" rev="1.0.3"/>
@Grapes(
@Grab(group='com.github.skjolber.mockito-rest-spring', module='mockito-rest-spring-parent', version='1.0.3')
)
[com.github.skjolber.mockito-rest-spring/mockito-rest-spring-parent "1.0.3"]
'com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:jar:1.0.3'