Skip to content

Lists - (1.2.4)

Latest
Compare
Choose a tag to compare
@DeserRC DeserRC released this 11 May 12:27

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.