License |
License |
---|---|
Categories |
CategoriesMockito Unit Testing |
GroupId | GroupIdcom.github.skjolber |
ArtifactId | ArtifactIdmockito-rest-spring |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmockito-rest-spring
REST web-service mocking utility for Spring
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mockito-rest-spring-1.0.2.pom | |
mockito-rest-spring-1.0.2.jar | 17 KB |
mockito-rest-spring-1.0.2-sources.jar | 27 KB |
mockito-rest-spring-1.0.2-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber/mockito-rest-spring/ -->
<dependency>
<groupId>com.github.skjolber</groupId>
<artifactId>mockito-rest-spring</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber/mockito-rest-spring/
implementation 'com.github.skjolber:mockito-rest-spring:1.0.2'
// https://jarcasting.com/artifacts/com.github.skjolber/mockito-rest-spring/
implementation ("com.github.skjolber:mockito-rest-spring:1.0.2")
'com.github.skjolber:mockito-rest-spring:jar:1.0.2'
<dependency org="com.github.skjolber" name="mockito-rest-spring" rev="1.0.2">
<artifact name="mockito-rest-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber', module='mockito-rest-spring', version='1.0.2')
)
libraryDependencies += "com.github.skjolber" % "mockito-rest-spring" % "1.0.2"
[com.github.skjolber/mockito-rest-spring "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.8.47 |
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.7.1 |
net.bytebuddy : byte-buddy-agent | jar | 1.7.1 |
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.3 |
org.hamcrest : hamcrest-core | jar | 1.3 |
io.swagger : swagger-annotations | jar | 1.5.16 |
javax.validation : validation-api | jar | 1.1.0.Final |
joda-time : joda-time | jar | 2.9.7 |