SmallRye: MicroProfile Config Documentation

SmallRye Parent POM

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.smallrye.config
ArtifactId

ArtifactId

smallrye-config-docs
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

SmallRye: MicroProfile Config Documentation
SmallRye Parent POM

Download smallrye-config-docs

How to add to project

<!-- https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-docs/ -->
<dependency>
    <groupId>io.smallrye.config</groupId>
    <artifactId>smallrye-config-docs</artifactId>
    <version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-docs/
implementation 'io.smallrye.config:smallrye-config-docs:1.7.0'
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-docs/
implementation ("io.smallrye.config:smallrye-config-docs:1.7.0")
'io.smallrye.config:smallrye-config-docs:jar:1.7.0'
<dependency org="io.smallrye.config" name="smallrye-config-docs" rev="1.7.0">
  <artifact name="smallrye-config-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config', module='smallrye-config-docs', version='1.7.0')
)
libraryDependencies += "io.smallrye.config" % "smallrye-config-docs" % "1.7.0"
[io.smallrye.config/smallrye-config-docs "1.7.0"]

Dependencies

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

Project Modules

There are no modules declared in this project.

badge Quality Gate Status License smallrye config?color=green

SmallRye Config

SmallRye Config is an implementation of Eclipse MicroProfile Config.

Instructions

Compile and test the project:

mvn verify

Generate the documentation (from the doc folder):

antora generate antora-playbook.yml

Project structure

  • common - A set of reusable components to extend SmallRye Config

  • doc - Project documentation.

  • implementation - Implementation of the Eclipse MicroProfile Config API.

  • sources - Implementation of different Eclipse MicroProfile ConfigSources

  • testsuite - Test suite to run the implementation against the Eclipse MicroProfile Config TCK.

  • utils - A set of additional extensions to enhance MicroProfile Config

Contributing

Please refer to our Wiki for the Contribution Guidelines.

io.smallrye.config

SmallRye

Versions

Version
1.7.0
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0