is not current version
Last Version 0.7

com.marvinformatics.feign:feign-mock 0.1

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.

Categories

Categories

Feign Net HTTP Clients ORM Data
GroupId

GroupId

com.marvinformatics.feign
ArtifactId

ArtifactId

feign-mock
Version

Version

0.1
Type

Type

jar

Download feign-mock 0.1


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