Registry / config / helidon-config

helidon-config

JSON →
library4.4.1javamavenunverified

Configuration core module for the Helidon microservices framework.

<dependency> <groupId>io.helidon.config</groupId> <artifactId>helidon-config</artifactId> <version>4.4.1</version> </dependency>
INSTALL
IMPORT
SIG · HELIDON-CONFIG
H
helidon-config
configjavav4.4.1
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.

Config
io.helidon.config.Config

Load and access configuration.

import io.helidon.config.Config; public class Main { public static void main(String[] args) { Config config = Config.create(); System.out.println(config.get("app.name")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
36
Amazon
1
OpenAI (training)
1
Resources
helidon-config — mvn dependency:get helidon-config · libregistry