| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface config Application Layer Libs Configuration | 
| GroupId | GroupIdorg.eclipse.microprofile.config | 
| ArtifactId | ArtifactIdmicroprofile-config-parent | 
| Last Version | Last Version3.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionMicroProfile Config MicroProfile Parent POM | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| microprofile-config-parent-3.0.1.pom | 16 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-parent/ -->
<dependency>
    <groupId>org.eclipse.microprofile.config</groupId>
    <artifactId>microprofile-config-parent</artifactId>
    <version>3.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-parent/
implementation 'org.eclipse.microprofile.config:microprofile-config-parent:3.0.1'// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-parent/
implementation ("org.eclipse.microprofile.config:microprofile-config-parent:3.0.1")'org.eclipse.microprofile.config:microprofile-config-parent:pom:3.0.1'<dependency org="org.eclipse.microprofile.config" name="microprofile-config-parent" rev="3.0.1">
  <artifact name="microprofile-config-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.microprofile.config', module='microprofile-config-parent', version='3.0.1')
)libraryDependencies += "org.eclipse.microprofile.config" % "microprofile-config-parent" % "3.0.1"[org.eclipse.microprofile.config/microprofile-config-parent "3.0.1"]