Skip to content

MicroProfile Rest Client 1.4.1

Compare
Choose a tag to compare
@phillip-kruger phillip-kruger released this 09 Mar 17:10

MicroProfile Rest Client Spec PDF
MicroProfile Rest Client Spec HTML
MicroProfile Rest Client Spec Javadocs

To add to you Maven pom.xml file:

<dependency>
    <groupId>org.eclipse.microprofile.rest.client</groupId>
    <artifactId>microprofile-rest-client-api</artifactId>
    <version>1.4.1</version>
</dependency>

Update since 1.4:

  • Added types, PARAMETER and TYPE as targets for the @RestClient annotation - see issue #257.

1.4.0...1.4.1