Add README.md

This commit is contained in:
2025-09-05 13:47:25 +00:00
parent 646ddc54c0
commit c1fb0e4980

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Dépendances nécessaires
Ajouter les dépendances suivantes dans le fichier `pom.xml` :
```xml
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20250517</version>
</dependency>