adneom-commons is a library that includes utilities for list, string, and more !
In this version we only embark list utilities, the other utilities will be embarked as soon as possible !
- JDK 1.8 or higher.
- Maven 3.6.1 or higher.
In order to use adneom-commons, add it as dependency to your project.
- To add it with maven, use the following :
<dependency>
<groupId>fr.adneom.commons</groupId>
<artifactId>commons</artifactId>
<version>1.0.0</version>
</dependency>
- To add it with Gradle, use the following :
dependencies {
compile 'fr.adneom.commons:commons:1.0.0'
}