is not current version
Last Version 3.0.1

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

Eclipse MicroProfile Config Feature :: Parent POM

Categories

Categories

CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

org.eclipse.microprofile.config
ArtifactId

ArtifactId

microprofile-config-parent
Version

Version

1.4-RC3
Type

Type

pom

Download microprofile-config-parent 1.4-RC3


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-parent/ -->
<dependency>
    <groupId>org.eclipse.microprofile.config</groupId>
    <artifactId>microprofile-config-parent</artifactId>
    <version>1.4-RC3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-parent/
implementation 'org.eclipse.microprofile.config:microprofile-config-parent:1.4-RC3'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-parent/
implementation ("org.eclipse.microprofile.config:microprofile-config-parent:1.4-RC3")
'org.eclipse.microprofile.config:microprofile-config-parent:pom:1.4-RC3'
<dependency org="org.eclipse.microprofile.config" name="microprofile-config-parent" rev="1.4-RC3">
  <artifact name="microprofile-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.config', module='microprofile-config-parent', version='1.4-RC3')
)
libraryDependencies += "org.eclipse.microprofile.config" % "microprofile-config-parent" % "1.4-RC3"
[org.eclipse.microprofile.config/microprofile-config-parent "1.4-RC3"]