| License | License | 
|---|---|
| Categories | Categoriesconfig Application Layer Libs Configuration | 
| GroupId | GroupIdio.smallrye.config | 
| ArtifactId | ArtifactIdsmallrye-config-parent | 
| Last Version | Last Version3.0.0-RC2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSmallRye: MicroProfile Config Parent SmallRye Parent POM | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| smallrye-config-parent-3.0.0-RC2.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-parent/ -->
<dependency>
    <groupId>io.smallrye.config</groupId>
    <artifactId>smallrye-config-parent</artifactId>
    <version>3.0.0-RC2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-parent/
implementation 'io.smallrye.config:smallrye-config-parent:3.0.0-RC2'// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-parent/
implementation ("io.smallrye.config:smallrye-config-parent:3.0.0-RC2")'io.smallrye.config:smallrye-config-parent:pom:3.0.0-RC2'<dependency org="io.smallrye.config" name="smallrye-config-parent" rev="3.0.0-RC2">
  <artifact name="smallrye-config-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='io.smallrye.config', module='smallrye-config-parent', version='3.0.0-RC2')
)libraryDependencies += "io.smallrye.config" % "smallrye-config-parent" % "3.0.0-RC2"[io.smallrye.config/smallrye-config-parent "3.0.0-RC2"]