Add this dependency (adjusting the version number appropriately) to your project’s pom.xml:
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-bom</artifactId>
<version>1.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
You will then be able to work with all the APIs supported by MicroProfile implementations.