MVN

com.wuhdev : feign-generator-plugin

Maven & Gradle

Jul 20, 2023

feign-generator-plugin · 自动生成 Feign 类

<plugin>
    <groupId>com.wuhdev</groupId>
    <artifactId>feign-generator-plugin</artifactId>
    <version>1.0.12</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wuhdev : feign-generator-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of com.wuhdev : feign-generator-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
feign-generator-plugin-1.0.12
feign-generator-plugin-1.0.11
feign-generator-plugin-1.0.10
feign-generator-plugin-1.0.9
feign-generator-plugin-1.0.8
feign-generator-plugin-1.0.7
feign-generator-plugin-1.0.6
feign-generator-plugin-1.0.5
feign-generator-plugin-1.0.4
feign-generator-plugin-1.0.3
feign-generator-plugin-1.0.2
feign-generator-plugin-1.0.1
feign-generator-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.wuhdev</groupId>
    <artifactId>feign-generator-plugin</artifactId>
    <version>1.0.12</version>
</plugin>