License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Mockito |
GroupId | GroupIdcom.github.skjolber.mockito-rest-spring |
ArtifactId | ArtifactIdcore-junit5 |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore-junit5
REST web-service mocking utility for Spring using JUnit and Mockito
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-junit5-1.0.3.pom | |
core-junit5-1.0.3.jar | 7 KB |
core-junit5-1.0.3-sources.jar | 3 KB |
core-junit5-1.0.3-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/core-junit5/ -->
<dependency>
<groupId>com.github.skjolber.mockito-rest-spring</groupId>
<artifactId>core-junit5</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/core-junit5/
implementation 'com.github.skjolber.mockito-rest-spring:core-junit5:1.0.3'
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/core-junit5/
implementation ("com.github.skjolber.mockito-rest-spring:core-junit5:1.0.3")
'com.github.skjolber.mockito-rest-spring:core-junit5:jar:1.0.3'
<dependency org="com.github.skjolber.mockito-rest-spring" name="core-junit5" rev="1.0.3">
<artifact name="core-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.mockito-rest-spring', module='core-junit5', version='1.0.3')
)
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "core-junit5" % "1.0.3"
[com.github.skjolber.mockito-rest-spring/core-junit5 "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.skjolber.mockito-rest-spring : core | jar | 1.0.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
org.springframework : spring-test | jar | 5.0.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-runner | jar | 1.2.0 |
com.github.skjolber.mockito-rest-spring » test | jar | 1.0.3 |