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