Last Version

feign-mock 0.7

An easy way to test https://github.com/Netflix/feign. Since using feign most of the logic is store into annotations this helps to check if the annotations are right.

License

License

Categories

Categories

Feign Net HTTP Clients ORM Data
GroupId

GroupId

com.marvinformatics.feign
ArtifactId

ArtifactId

feign-mock
Version

Version

0.7
Type

Type

jar
Description

Description

feign-mock
An easy way to test https://github.com/Netflix/feign. Since using feign most of the logic is store into annotations this helps to check if the annotations are right.
Project URL

Project URL

https://github.com/velo/feign-mock/
Source Code Management

Source Code Management

https://github.com/velo/feign-mock/

Download feign-mock 0.7


<!-- https://jarcasting.com/artifacts/com.marvinformatics.feign/feign-mock/ -->
<dependency>
    <groupId>com.marvinformatics.feign</groupId>
    <artifactId>feign-mock</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics.feign/feign-mock/
implementation 'com.marvinformatics.feign:feign-mock:0.7'
// https://jarcasting.com/artifacts/com.marvinformatics.feign/feign-mock/
implementation ("com.marvinformatics.feign:feign-mock:0.7")
'com.marvinformatics.feign:feign-mock:jar:0.7'
<dependency org="com.marvinformatics.feign" name="feign-mock" rev="0.7">
  <artifact name="feign-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics.feign', module='feign-mock', version='0.7')
)
libraryDependencies += "com.marvinformatics.feign" % "feign-mock" % "0.7"
[com.marvinformatics.feign/feign-mock "0.7"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.openfeign : feign-core jar 9.4.0

test (4)

Group / Artifact Type Version
io.github.openfeign : feign-gson jar 9.4.0
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.