| License |
License |
|---|---|
| Categories |
CategoriesMockito Unit Testing |
| GroupId | GroupIdcom.github.skjolber |
| ArtifactId | ArtifactIdmockito-spring-rest |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmockito-spring-rest
REST web-service mocking utility for Spring
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mockito-spring-rest-1.0.1.pom | |
| mockito-spring-rest-1.0.1.jar | 15 KB |
| mockito-spring-rest-1.0.1-sources.jar | 26 KB |
| mockito-spring-rest-1.0.1-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber/mockito-spring-rest/ -->
<dependency>
<groupId>com.github.skjolber</groupId>
<artifactId>mockito-spring-rest</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber/mockito-spring-rest/
implementation 'com.github.skjolber:mockito-spring-rest:1.0.1'
// https://jarcasting.com/artifacts/com.github.skjolber/mockito-spring-rest/
implementation ("com.github.skjolber:mockito-spring-rest:1.0.1")
'com.github.skjolber:mockito-spring-rest:jar:1.0.1'
<dependency org="com.github.skjolber" name="mockito-spring-rest" rev="1.0.1">
<artifact name="mockito-spring-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber', module='mockito-spring-rest', version='1.0.1')
)
libraryDependencies += "com.github.skjolber" % "mockito-spring-rest" % "1.0.1"
[com.github.skjolber/mockito-spring-rest "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.7.13 |
| org.springframework : spring-context | jar | 4.3.6.RELEASE |
| org.springframework : spring-core | jar | 4.3.6.RELEASE |
| org.springframework : spring-beans | jar | 4.3.6.RELEASE |
| org.springframework : spring-web | jar | 4.3.6.RELEASE |
| org.springframework : spring-webmvc | jar | 4.3.6.RELEASE |
| net.bytebuddy : byte-buddy | jar | 1.6.9 |
| net.bytebuddy : byte-buddy-agent | jar | 1.6.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.13 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
| org.eclipse.jetty : jetty-annotations | jar | 9.2.19.v20160908 |
| org.slf4j : slf4j-api | jar | 1.7.24 |
| commons-io : commons-io | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.3.6.RELEASE |
| org.slf4j : jcl-over-slf4j | jar | 1.7.24 |
| ch.qos.logback : logback-classic | jar | 1.2.1 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| io.swagger : swagger-annotations | jar | 1.5.12 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| joda-time : joda-time | jar | 2.9.7 |