A Scala library for loading configuration files (HOCON, JSON, properties) into strongly-typed case classes.
<dependency>
<groupId>com.github.pureconfig</groupId>
<artifactId>pureconfig_2.12</artifactId>
<version>0.17.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Loads configuration from the default application.conf file.
Use PureConfig 0.17.x for Scala 2.12/2.13, or upgrade to a Scala 3 compatible version (e.g., 0.18+).
No dependency data recorded yet.