MVN

com.github.iarellano : iad-rest-client-maven-plugin

Maven & Gradle

Feb 05, 2019
0 stars

REST Client Maven Plugin · At times we need to consume external services as part of a build process, for example to verify which version of an API is deployed, verify that a service is online, get configurations from some remote storage provider, etc. This plugin is aimed to provide a way to make HTTP request either to get resources, upload files, submit forms, post json, post xml, etc.

<plugin>
    <groupId>com.github.iarellano</groupId>
    <artifactId>iad-rest-client-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

Version Vulnerabilities Updated
1.0.x
iad-rest-client-maven-plugin-1.0.2
iad-rest-client-maven-plugin-1.0.1
1.0
iad-rest-client-maven-plugin-1.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.iarellano</groupId>
    <artifactId>iad-rest-client-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>