License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Mockito |
GroupId | GroupIdcom.github.skjolber.mockito-rest-spring |
ArtifactId | ArtifactIdcore-junit4 |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore-junit4
REST web-service mocking utility for Spring using JUnit and Mockito
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-junit4-1.0.3.pom | |
core-junit4-1.0.3.jar | 6 KB |
core-junit4-1.0.3-sources.jar | 2 KB |
core-junit4-1.0.3-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/core-junit4/ -->
<dependency>
<groupId>com.github.skjolber.mockito-rest-spring</groupId>
<artifactId>core-junit4</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/core-junit4/
implementation 'com.github.skjolber.mockito-rest-spring:core-junit4:1.0.3'
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/core-junit4/
implementation ("com.github.skjolber.mockito-rest-spring:core-junit4:1.0.3")
'com.github.skjolber.mockito-rest-spring:core-junit4:jar:1.0.3'
<dependency org="com.github.skjolber.mockito-rest-spring" name="core-junit4" rev="1.0.3">
<artifact name="core-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.mockito-rest-spring', module='core-junit4', version='1.0.3')
)
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "core-junit4" % "1.0.3"
[com.github.skjolber.mockito-rest-spring/core-junit4 "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.github.skjolber.mockito-rest-spring : core | jar | 1.0.3 |
com.github.skjolber.mockito-rest-spring : jetty | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
com.github.skjolber.mockito-rest-spring » test | jar | 1.0.3 |
io.swagger : swagger-annotations | jar | 1.5.20 |
joda-time : joda-time | jar | 2.9.7 |
javax.validation : validation-api | jar | 1.1.0.Final |