MVN

com.github.dewxin : feign-maven-plugin

Maven & Gradle

Dec 09, 2020
0 stars

feign-maven-plugin · a project generating feign code

<plugin>
    <groupId>com.github.dewxin</groupId>
    <artifactId>feign-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dewxin : feign-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.dewxin : feign-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
feign-maven-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.github.dewxin</groupId>
    <artifactId>feign-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>