License |
License |
---|---|
GroupId | GroupIdcom.github.shiver-me-timbers |
ArtifactId | ArtifactIdsmt-http-mock-spring |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsmt-http-mock-spring
This library can be used to mock HTTP, REST, or SOAP endpoints within Spring integration tests.
|
Filename | Size |
---|---|
smt-http-mock-spring-1.1.pom | |
smt-http-mock-spring-1.1.jar | 4 KB |
smt-http-mock-spring-1.1-sources.jar | 4 KB |
smt-http-mock-spring-1.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-http-mock-spring/ -->
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-spring</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-http-mock-spring/
implementation 'com.github.shiver-me-timbers:smt-http-mock-spring:1.1'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-http-mock-spring/
implementation ("com.github.shiver-me-timbers:smt-http-mock-spring:1.1")
'com.github.shiver-me-timbers:smt-http-mock-spring:jar:1.1'
<dependency org="com.github.shiver-me-timbers" name="smt-http-mock-spring" rev="1.1">
<artifact name="smt-http-mock-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers', module='smt-http-mock-spring', version='1.1')
)
libraryDependencies += "com.github.shiver-me-timbers" % "smt-http-mock-spring" % "1.1"
[com.github.shiver-me-timbers/smt-http-mock-spring "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.shiver-me-timbers : smt-http-mock | jar | 1.1 |
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |