config-util

net.morimekta.utils

Configuration Utilities. NOTE: This module is deprecated and will be removed at the end of the v2.x versions of the utilities. Preferred config system after that is either to use true type-safe config with `net.morimekta.providence:providence-config` or to use a simple JSON or YAML library or java properties files. The semi-typesafe layered config did not really solve the problems I had hoped it would, and in essence this was just a helper for merging maps and getting pre-cast values out of it.

Recommended: 2.7.1 54 versions jar Updated 8 years ago Apache License, Version 2.0Checking...

Add to your project2.7.0

<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>config-util</artifactId>
    <version>2.7.0</version>
</dependency>

Version Details — 2.7.0

Packaging
jar
Direct Deps
0
Total Deps
0
Published
Jun 18, 2018
License
Apache License, Version 2.0

Configuration Utilities. NOTE: This module is deprecated and will be removed at the end of the v2.x versions of the utilities. Preferred config system after that is either to use true type-safe config with `net.morimekta.providence:providence-config` or to use a simple JSON or YAML library or java properties files. The semi-typesafe layered config did not really solve the problems I had hoped it would, and in essence this was just a helper for merging maps and getting pre-cast values out of it.

Checking security advisories...