Registry / config / pureconfig-core-2-12

pureconfig-core-2-12

JSON →
library0.17.8javamavenunverified

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

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

Creates a default configuration source for PureConfig.

import pureconfig.ConfigSource; public class Example { public static void main(String[] args) { ConfigSource source = ConfigSource.default(); System.out.println("Config source created"); } }
Debug
Known issues
gotchaScala 2.12 version may have compatibility issues with newer Scala versions.
fix
Use the appropriate Scala version suffix (e.g., _2.13, _3) for your project.
affects: 0.17.x
Upgrade
Version history
0.17.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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