MVN

com.googlecode.refit.maven : refit-maven-plugin

Maven & Gradle

Apr 24, 2013
1 usages

reFit Maven Plugin

<plugin>
    <groupId>com.googlecode.refit.maven</groupId>
    <artifactId>refit-maven-plugin</artifactId>
    <version>1.8.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.refit.maven : refit-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of com.googlecode.refit.maven : refit-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
refit-maven-plugin-1.8.0
1.7.x
refit-maven-plugin-1.7.1
refit-maven-plugin-1.7.0
1.6.x
refit-maven-plugin-1.6.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.googlecode.refit.maven</groupId>
    <artifactId>refit-maven-plugin</artifactId>
    <version>1.8.0</version>
</plugin>