Maven
<dependency>
<groupId>com.cefoler.configuration</groupId>
<artifactId>configuration</artifactId>
<version>1.2.4</version>
</dependency>
Gradle
dependencies {
implementation "com.cefoler.configuration:configuration:1.2.4"
}
Changelog
Module
- Fixed the error where getList methods returned an empty list.