This is a reusable Java library containing utility methods that can be used across different applications.
- String utility methods
- Common validation checks
- Java 11 or higher
- Maven
mvn clean installAdd the following dependency to your pom.xml:
<dependency>
<groupId>com.yourcompany.library</groupId>
<artifactId>common-library</artifactId>
<version>1.2.10-SNAPSHOT</version>
</dependency>mvn test