MicroProfile Rest Client 3.0
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</version>
</dependency>
Update since 2.0:
- Update to Jakarta EE 9 dependencies
- Using parent pom
- Checkstyle updates
- TCK modification - skipping Conversation and Session scope tests when Servlet APIs are not on runtime classpath