Skip to content

Bilel-JALLOULI/adneom-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Adneom-commons: a common library for Adneom Java projects

adneom-commons is a library that includes utilities for list, string, and more !

IMPORTANT WARNING

In this version we only embark list utilities, the other utilities will be embarked as soon as possible !

Requirements

  • JDK 1.8 or higher.
  • Maven 3.6.1 or higher.

Use

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'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages