* JAVA-22625: Changes made for formatting the pom.xml
* JAVA-22625: Changes made for formatting the pom.xml
* JAVA-22625: commenting module
* JAVA-22625: commenting module
* JAVA-15621, Potential issue in "Guide to UUID in Java" article.
* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.
* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
* BAEL-5692 Validate UUID String in Java
* cleaned up the Main method
* added unit test for uuid validation
* renamed unit test method name
* formatted unit test
* removed unneeded file
* replaced gradle by maven
* removed gradle project
* moved project
* added readme file
* segregated unit tests by validator type.
* inlined the validating logic inside the unit tests
* moved the UUIDValidatorTest.java to core-java-uuid module
* renamed test
Co-authored-by: andrei-mandris <andrei.mandris.ext@deliveryhero.com>