Release 4.3.0»cfg4j« 4.3.0 released! We're proud to announce the 4.3.0 release of »cfg4j«. Learn more about new features in this article.ChangesNew featuresNew configuration source: System properties - #128, #146New configuration source: Environment variables - #128, #146Detect both *.yaml and *.yml files as YAML files - #1414.3.0 artifactsGitHub releaseDocumentationJavadoccfg4j-corecfg4j-consulcfg4j-gitMaven central artifactscfg4j-corecfg4j-consulcfg4j-gitInstallationGradledependencies { compile group: "org.cfg4j", name:"cfg4j-core", version: "4.3.0" // Optional plug-ins // Consul integration compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.3.0" // Git integration compile group: "org.cfg4j", name:"cfg4j-git", version: "4.3.0" }Maven<dependencies> <dependency> <groupId>org.cfg4j</groupId> <artifactId>cfg4j-core</artifactId> <version>4.3.0</version> </dependency> <!-- Optional plug-ins --> <!-- Consul integration --> <dependency> <groupId>org.cfg4j</groupId> <artifactId>cfg4j-consul</artifactId> <version>4.3.0</version> </dependency> <!-- Git integration --> <dependency> <groupId>org.cfg4j</groupId> <artifactId>cfg4j-git</artifactId> <version>4.3.0</version> </dependency> </dependencies> Norbert Potocki 2016-04-19 RELEASES releases 4.x 4.3.x « »cfg4j« 4.2.1 released!Archive»cfg4j« 4.4.0 released! »