License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients |
GroupId | GroupIdcom.github.chriswhite199 |
ArtifactId | ArtifactIdfeign-mock-mvc-test |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFeign Mock MVC Client Implementations
Feign Client implementations for Spring Mock MVC usage
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.chriswhite199/feign-mock-mvc-test/ -->
<dependency>
<groupId>com.github.chriswhite199</groupId>
<artifactId>feign-mock-mvc-test</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chriswhite199/feign-mock-mvc-test/
implementation 'com.github.chriswhite199:feign-mock-mvc-test:0.0.1'
// https://jarcasting.com/artifacts/com.github.chriswhite199/feign-mock-mvc-test/
implementation ("com.github.chriswhite199:feign-mock-mvc-test:0.0.1")
'com.github.chriswhite199:feign-mock-mvc-test:jar:0.0.1'
<dependency org="com.github.chriswhite199" name="feign-mock-mvc-test" rev="0.0.1">
<artifact name="feign-mock-mvc-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chriswhite199', module='feign-mock-mvc-test', version='0.0.1')
)
libraryDependencies += "com.github.chriswhite199" % "feign-mock-mvc-test" % "0.0.1"
[com.github.chriswhite199/feign-mock-mvc-test "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.cloud : spring-cloud-starter-openfeign | jar | |
org.springframework.boot : spring-boot-starter-test | jar |