Last Version

com.github.mwiede:feign-validation 2.0

A decorator wrapping Feign client method handlers in order to provide validation on response object.

License

License

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

com.github.mwiede
ArtifactId

ArtifactId

feign-validation
Version

Version

2.0
Type

Type

jar
Description

Description

com.github.mwiede:feign-validation
A decorator wrapping Feign client method handlers in order to provide validation on response object.
Project URL

Project URL

https://github.com/mwiede/feign-validation
Source Code Management

Source Code Management

https://github.com/mwiede/feign-validation

Download feign-validation 2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
io.github.openfeign : feign-core jar 10.4.0
javax.validation : validation-api jar 2.0.1.Final

test (6)

Group / Artifact Type Version
org.hibernate.validator : hibernate-validator jar 6.0.17.Final
org.glassfish : javax.el jar 3.0.0
junit : junit jar 4.12
org.mockito : mockito-core jar 2.27.0
io.github.openfeign : feign-gson jar 10.4.0
io.github.openfeign : feign-okhttp jar 10.4.0

Project Modules

There are no modules declared in this project.