Last Version

SmallRye: MicroProfile Config Parent 3.0.0-RC2

SmallRye Parent POM

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.smallrye.config
ArtifactId

ArtifactId

smallrye-config-parent
Version

Version

3.0.0-RC2
Type

Type

pom
Description

Description

SmallRye: MicroProfile Config Parent
SmallRye Parent POM
Project URL

Project URL

http://smallrye.io
Source Code Management

Source Code Management

https://github.com/smallrye/smallrye-config/

Download smallrye-config-parent 3.0.0-RC2


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • common
  • implementation
  • cdi
  • validator
  • sources/hocon
  • sources/file-system
  • sources/yaml
  • sources/zookeeper
  • converters/json
  • utils/events
  • utils/cdi-provider
  • testsuite
  • documentation
  • examples