Registry / config / smallrye-config

smallrye-config

JSON →
library3.17.2javamavenunverified

MicroProfile Config implementation for Java applications, providing configuration injection and management.

<dependency> <groupId>io.smallrye.config</groupId> <artifactId>smallrye-config</artifactId> <version>3.17.2</version> </dependency>
INSTALL
IMPORT
SIG · SMALLRYE-CONFIG
S
smallrye-config
configjavav3.17.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigProvider
org.eclipse.microprofile.config.ConfigProvider

Retrieves a configuration property using MicroProfile Config.

import org.eclipse.microprofile.config.ConfigProvider; import org.eclipse.microprofile.config.Config; public class App { public static void main(String[] args) { Config config = ConfigProvider.getConfig(); String value = config.getValue("my.property", String.class); System.out.println(value); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.17.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
35
OpenAI (training)
1
Resources
smallrye-config — mvn dependency:get smallrye-config · libregistry