Last Version

REST Client Maven Plugin 1.0.2

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.

License

License

Categories

Categories

Maven Build Tools CLI User Interface
GroupId

GroupId

com.github.iarellano
ArtifactId

ArtifactId

iad-rest-client-maven-plugin
Version

Version

1.0.2
Type

Type

maven-plugin
Description

Description

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.
Project URL

Project URL

https://github.com/iarellano/iad-rest-client-maven-plugin
Source Code Management

Source Code Management

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

Download iad-rest-client-maven-plugin 1.0.2


<plugin>
    <groupId>com.github.iarellano</groupId>
    <artifactId>iad-rest-client-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>

Dependencies

compile (5)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.11
net.sourceforge.jchardet : jchardet jar 1.0
com.jayway.jsonpath : json-path jar 2.4.0
xerces : xercesImpl jar 2.8.0
com.google.code.gson : gson jar 2.8.5

provided (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven : maven-core jar 3.3.9
org.apache.maven : maven-artifact jar 3.3.9
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

test (9)

Group / Artifact Type Version
org.apache.maven : maven-compat jar 3.3.9
junit : junit jar 4.12
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0
org.codehaus.groovy : groovy-json jar 2.5.0
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-jetty jar 2.1.2.RELEASE
org.springframework.boot : spring-boot-starter-test jar
org.mortbay.jetty : servlet-api-2.5 jar 6.1.14

Project Modules

There are no modules declared in this project.