SmallRye: MicroProfile Config Implementation (relocation)

Relocation for MicroProfile Config artifact

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.smallrye
ArtifactId

ArtifactId

smallrye-config
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

SmallRye: MicroProfile Config Implementation (relocation)
Relocation for MicroProfile Config artifact
Project URL

Project URL

http://smallrye.io
Source Code Management

Source Code Management

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

Download smallrye-config

How to add to project

<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-config/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-config</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-config/
implementation 'io.smallrye:smallrye-config:1.5.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-config/
implementation ("io.smallrye:smallrye-config:1.5.0")
'io.smallrye:smallrye-config:jar:1.5.0'
<dependency org="io.smallrye" name="smallrye-config" rev="1.5.0">
  <artifact name="smallrye-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-config', version='1.5.0')
)
libraryDependencies += "io.smallrye" % "smallrye-config" % "1.5.0"
[io.smallrye/smallrye-config "1.5.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 Maven

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

SmallRye

Versions

Version
1.5.0
1.4.1
1.4.0
1.3.11
1.3.10
1.3.9
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0