| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing Mockito Undertow Net Networking |
| GroupId | GroupIdcom.github.skjolber.mockito-rest-spring |
| ArtifactId | ArtifactIdjunit4-undertow |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjunit4-undertow
REST web-service mocking utility for Spring using JUnit and Mockito
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| junit4-undertow-1.0.3.pom | |
| junit4-undertow-1.0.3.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/junit4-undertow/ -->
<dependency>
<groupId>com.github.skjolber.mockito-rest-spring</groupId>
<artifactId>junit4-undertow</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/junit4-undertow/
implementation 'com.github.skjolber.mockito-rest-spring:junit4-undertow:1.0.3'
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/junit4-undertow/
implementation ("com.github.skjolber.mockito-rest-spring:junit4-undertow:1.0.3")
'com.github.skjolber.mockito-rest-spring:junit4-undertow:jar:1.0.3'
<dependency org="com.github.skjolber.mockito-rest-spring" name="junit4-undertow" rev="1.0.3">
<artifact name="junit4-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.mockito-rest-spring', module='junit4-undertow', version='1.0.3')
)
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "junit4-undertow" % "1.0.3"
[com.github.skjolber.mockito-rest-spring/junit4-undertow "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.skjolber.mockito-rest-spring : undertow | jar | 1.0.3 |
| com.github.skjolber.mockito-rest-spring : core-junit4 | jar | 1.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.skjolber.mockito-rest-spring » test | jar | 1.0.3 |
| org.springframework : spring-test | jar | 5.0.7.RELEASE |