не последняя версия
Последняя версия 0.7

com.marvinformatics.feign:feign-mock 0.4

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.

Категории

Категории

Feign Сеть HTTP Clients ORM Данные
Группа

Группа

com.marvinformatics.feign
Идентификатор

Идентификатор

feign-mock
Версия

Версия

0.4
Тип

Тип

jar

Скачать feign-mock 0.4


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