License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Mockito |
GroupId | GroupIdcom.github.skjolber.mockito-rest-spring |
ArtifactId | ArtifactIdjunit5-parent |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjunit5-parent
REST web-service mocking utility for Spring using JUnit and Mockito
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
junit5-parent-1.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/junit5-parent/ -->
<dependency>
<groupId>com.github.skjolber.mockito-rest-spring</groupId>
<artifactId>junit5-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/junit5-parent/
implementation 'com.github.skjolber.mockito-rest-spring:junit5-parent:1.0.3'
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/junit5-parent/
implementation ("com.github.skjolber.mockito-rest-spring:junit5-parent:1.0.3")
'com.github.skjolber.mockito-rest-spring:junit5-parent:pom:1.0.3'
<dependency org="com.github.skjolber.mockito-rest-spring" name="junit5-parent" rev="1.0.3">
<artifact name="junit5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.mockito-rest-spring', module='junit5-parent', version='1.0.3')
)
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "junit5-parent" % "1.0.3"
[com.github.skjolber.mockito-rest-spring/junit5-parent "1.0.3"]