Last Version

com.github.nikyotensai:feign-plus 2.0.0

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

com.github.nikyotensai
ArtifactId

ArtifactId

feign-plus
Version

Version

2.0.0
Type

Type

pom
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/feign-plus

Download feign-plus 2.0.0

Filename Size
feign-plus-2.0.0.pom 9 KB
Browse

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

Project Modules

  • feign-plus-fallback
  • feign-plus-logger
  • feign-plus-all