Skip to content

MicroProfile Config 3.0.1

Compare
Choose a tag to compare
@Emily-Jiang Emily-Jiang released this 25 Nov 10:58

Javadocs | Spec PDF | Spec html

This release includes the following issue to fix the copyright year for the spec.
#728

To get started with MicroProfile Config 3.0, add the following dependency to your pom:

<dependency>
  <groupId>org.eclipse.microprofile.config</groupId>
  <artifactId>microprofile-config-api</artifactId>
  <version>3.0.1</version>
</dependency>