BAEL-7226: Code for the improvements of the Percentages article. (#15352)

* BAEL-7226: Code for the improvements of the Percentages article.

* BAEL-7226: Rename Test to follow the convention
This commit is contained in:
Oscar Mauricio Forero Carrillo
2023-12-13 21:22:10 +01:00
committed by GitHub
parent cd85eb8b0b
commit 2495d6fd62
6 changed files with 116 additions and 0 deletions
@@ -5,6 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>core-java-lang-math</artifactId>
<name>core-java-lang-math</name>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>compile</scope>
</dependency>
</dependencies>
<packaging>jar</packaging>
<parent>