Registry / config / pureconfig-core-2-13

pureconfig-core-2-13

JSON →
library0.17.10javamavenunverified

PureConfig is a Scala library for loading configuration files as Scala case classes with type-safe validation.

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

Load configuration into a case class

import pureconfig.ConfigSource; import pureconfig.generic.auto._; case class AppConfig(host: String, port: Int) val config = ConfigSource.default.loadOrThrow[AppConfig]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
36
Resources
pureconfig-core-2-13 — mvn dependency:get pureconfig-core-2-13 · libregistry