MVN

org.eclipse.microprofile.config : microprofile-config-parent

Maven & Gradle

Jul 20, 2023
204 stars

MicroProfile Config

<dependency>
    <groupId>org.eclipse.microprofile.config</groupId>
    <artifactId>microprofile-config-parent</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.microprofile.config : microprofile-config-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.3
  • Latest Release Candidate: 3.1-RC2

All Versions

Choose a version of org.eclipse.microprofile.config : microprofile-config-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1
microprofile-config-parent-3.1-RC2
microprofile-config-parent-3.1-RC1
3.0.x
microprofile-config-parent-3.0.3
microprofile-config-parent-3.0.2
microprofile-config-parent-3.0.1
3.0
microprofile-config-parent-3.0
microprofile-config-parent-3.0-RC5
microprofile-config-parent-3.0-RC4
microprofile-config-parent-3.0-RC3
microprofile-config-parent-3.0-RC2
microprofile-config-parent-3.0-RC1
2.0.x
microprofile-config-parent-2.0.1
2.0
microprofile-config-parent-2.0
microprofile-config-parent-2.0-RC15
microprofile-config-parent-2.0-RC5
microprofile-config-parent-2.0-RC3
microprofile-config-parent-2.0-RC2
microprofile-config-parent-2.0-RC1
microprofile-config-parent-2.0-M1
1.4
microprofile-config-parent-1.4
microprofile-config-parent-1.4-RC3
microprofile-config-parent-1.4-RC2
microprofile-config-parent-1.4-RC1
1.3
microprofile-config-parent-1.3
1.2.x
microprofile-config-parent-1.2.1
1.2
microprofile-config-parent-1.2
1.1
microprofile-config-parent-1.1
1.0
microprofile-config-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.microprofile.config</groupId>
    <artifactId>microprofile-config-parent</artifactId>
    <version>3.0.3</version>
</dependency>