[ Bron: typesafe-config ]
Pakket: libtypesafe-config-java (1.3.1-2)
Verwijzigingen voor libtypesafe-config-java
Debian bronnen:
Het bronpakket typesafe-config downloaden:
- [typesafe-config_1.3.1-2.dsc]
- [typesafe-config_1.3.1.orig.tar.gz]
- [typesafe-config_1.3.1-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- libjackson2-datatype-joda-java
- libconfig-any-perl
- libjackson2-databind-java
- libjackson2-core-java
- libjackson2-annotations-java
- libjackson2-dataformat-smile
- libjackson2-dataformat-yaml
- libjackson2-annotations-java-doc
- libjackson2-core-java-doc
- libjackson2-databind-java-doc
- golang-github-spf13-viper-dev
configuration library for JVM languages
typesafe-config is a library providing configuration file parsing support to JVM languages. It is implemented in plain Java with no external dependencies and supports three configuration file formats:
* Java properties * JSON files * A human-friendly JSON superset
It can additionally merge multiple files across all formats and load configuration data from plain files, URLs or the class path.