Registry / config / pureconfig-2-13

pureconfig-2-13

JSON →
library0.17.10javamavenunverified

A Scala library for loading configuration files with type-safe, boilerplate-free parsing.

<dependency> <groupId>com.github.pureconfig</groupId> <artifactId>pureconfig_2.13</artifactId> <version>0.17.10</version> </dependency>
INSTALL
IMPORT
SIG · PURECONFIG-2-13
P
pureconfig-2-13
configjavav0.17.10
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.

ConfigSource
✓ pureconfig.ConfigSource

Minimal PureConfig usage to load a configuration case class

import pureconfig._ import pureconfig.generic.auto._ case class AppConfig(host: String, port: Int) object Example { def main(args: Array[String]): Unit = { val config = ConfigSource.default.loadOrThrow[AppConfig] println(config) } }
Debug
Known issues
breakingPureConfig 0.17.x requires Scala 2.13; not compatible with Scala 3 without additional modules.
fix
Use pureconfig-core for Scala 3 or check compatibility matrix.
affects: >=0.17.0
Upgrade
Version history
0.17.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
42
OpenAI (training)
1
Resources