/*
 *  Date Created  : 7th November 2K19, 12:00 PM..!!
 *  Last Modified : 8th November 2K19, 04:09 PM..!!
 *
 *  <| ================================================================ |>
 *
 *  Project Title: KOH-Std-Lib
 *
 *  Description:
 *
 *  This project is a Java-Library with Utilities to ease up the tasks.
 *
 *  <| ================================================================ |>
 *
 *  Change Log:
 *
 *  <| ================================================================ |>
 *
 *  2nd Commit - [OSSRH Ready]
 *
 *  1. Updated build.gradle to Publish artifacts to Maven Central Repository via OSSRH
 *  2. MIT LICENSE added
 *  3. Updated to Java 11 version
 *
 *  Note: Unable to use Java 13 due to unresolved errors in compatibility between Gradle and Java 13
 *
 *  <| ================================================================ |>
 *
 *  Init Commit - [Stdlib]
 *
 *  1. Utilities are Error free and Ready-to-use
 *  2. Structure for methods associated with their respective Classes is as follows:
 *
 *      KOHStringUtil
 *          1. userInputString
 *          2. wannaTryAgain
 *          3. generateCurrentTimeStamp
 *          4. doesBeginsWithWhiteSpace
 *          5. doesContainsOnlyWhiteSpace
 *          6. replaceBackSlashWithForwardSlash
 *
 *      KOHFilesUtil
 *          1. writeStrToFile
 *          2. isDirEmpty
 *
 *      MyTimer
 *          1. To find out the Total Time taken Precisely and controlling via following methods:
 *              a. startTimer       b. pauseTimer       c. stopTimer
 *
 *      DirFilesCounter
 *          1. It could be used to find totalSize and count of Files and Dirs
 *
 *  <| ================================================================ |>
 *
 *  Code Developed By,
 *  ~K.O.H..!! ^__^
 */
