Last Version

mockito-spring-rest 1.0.1

REST web-service mocking utility for Spring

License

License

Categories

Categories

Mockito Unit Testing
GroupId

GroupId

com.github.skjolber
ArtifactId

ArtifactId

mockito-spring-rest
Version

Version

1.0.1
Type

Type

jar
Description

Description

mockito-spring-rest
REST web-service mocking utility for Spring
Project URL

Project URL

https://github.com/skjolber/mockito-rest-spring
Project Organization

Project Organization

Media Skjolberg

Download mockito-spring-rest 1.0.1


<!-- 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"]

Dependencies

compile (15)

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

test (7)

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

Project Modules

There are no modules declared in this project.