Skip to content

MicroProfile Rest Client 3.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@andymc12 andymc12 released this 27 Aug 20:52

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>3.0-RC1</version>
</dependency>

Update since 2.0:

  • Update to Jakarta EE 9 dependencies

2.0.1-RC3...3.0-RC1