Registry / config / pureconfig-2-11

pureconfig-2-11

JSON →
library0.14.0javamavenunverified

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

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

auto
pureconfig.generic.auto._

Minimal usage of PureConfig to load a configuration case class.

import pureconfig.generic.auto._ import pureconfig._ case class Config(host: String, port: Int) object Example extends App { val config = ConfigSource.default.loadOrThrow[Config] println(config.host) }
Debug
Known issues
gotchaScala 2.11 is outdated; consider upgrading to Scala 2.12 or 2.13 for better compatibility.
fix
Upgrade to a newer Scala version and use the corresponding PureConfig artifact.
affects: 0.14.0
Upgrade
Version history
0.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
OpenAI (training)
1
Resources
pureconfig-2-11 — mvn dependency:get pureconfig-2-11 · libregistry