MVN

com.github.cjnygard : rest-maven-plugin

Maven & Gradle

Aug 12, 2016
5 stars

The REST Request Maven Plugin is meant to provide an easy way to interface to REST services via the POST operation to send data files to the REST URL and retrieve (and store) the results.

<plugin>
    <groupId>com.github.cjnygard</groupId>
    <artifactId>rest-maven-plugin</artifactId>
    <version>0.1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.4

All Versions

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

Version Vulnerabilities Updated
0.1.x
rest-maven-plugin-0.1.4
rest-maven-plugin-0.1.2

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.cjnygard</groupId>
    <artifactId>rest-maven-plugin</artifactId>
    <version>0.1.4</version>
</plugin>