Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 495 Bytes

README.adoc

File metadata and controls

20 lines (15 loc) · 495 Bytes

The MicroProfile "Bill of Materials"

Top level github repository for defining the content of the MicroProfile deliverables.

Usage

Add this dependency to your project’s pom.xml:

<dependency>
    <groupId>io.microprofile</groupId>
    <artifactId>microprofile</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
    <scope>provided</scope>
</dependency>

You will then be able to work with all the Java EE APIs supported by MicroProfile implementations.