License |
License |
---|---|
Categories |
CategoriesMaven Build Tools CLI User Interface |
GroupId | GroupIdcom.github.iarellano |
ArtifactId | ArtifactIdiad-rest-client-maven-plugin |
Version | Version1.0.2 |
Type | Typemaven-plugin |
Description |
DescriptionREST 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 |
Source Code Management |
Source Code Management |
<plugin>
<groupId>com.github.iarellano</groupId>
<artifactId>iad-rest-client-maven-plugin</artifactId>
<version>1.0.2</version>
</plugin>
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 |
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 |
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 |