| License |
License |
|---|---|
| Categories |
CategoriesMockito Unit Testing |
| GroupId | GroupIdcom.github.skjolber.mockito-rest-spring |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncore
REST web-service mocking utility for Spring using JUnit and Mockito
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| core-1.0.3.pom | |
| core-1.0.3.jar | 18 KB |
| core-1.0.3-sources.jar | 9 KB |
| core-1.0.3-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/core/ -->
<dependency>
<groupId>com.github.skjolber.mockito-rest-spring</groupId>
<artifactId>core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/core/
implementation 'com.github.skjolber.mockito-rest-spring:core:1.0.3'
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/core/
implementation ("com.github.skjolber.mockito-rest-spring:core:1.0.3")
'com.github.skjolber.mockito-rest-spring:core:jar:1.0.3'
<dependency org="com.github.skjolber.mockito-rest-spring" name="core" rev="1.0.3">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.mockito-rest-spring', module='core', version='1.0.3')
)
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "core" % "1.0.3"
[com.github.skjolber.mockito-rest-spring/core "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 2.19.0 |
| org.springframework : spring-context | jar | 5.0.7.RELEASE |
| org.springframework : spring-core | jar | 5.0.7.RELEASE |
| org.springframework : spring-beans | jar | 5.0.7.RELEASE |
| org.springframework : spring-web | jar | 5.0.7.RELEASE |
| org.springframework : spring-webmvc | jar | 5.0.7.RELEASE |
| net.bytebuddy : byte-buddy | jar | 1.7.11 |
| net.bytebuddy : byte-buddy-agent | jar | 1.7.11 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.13 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
| commons-io : commons-io | jar | 2.6 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |