This is a java helper class library for the author (Michael Wan
) self usage.
This library is created for my own interest but it is welcome for anyone to fork or contribute.
In your build.gradle, add below dependency (please modify the version accordingly, refer to release)
repositories {
mavenCentral()
}
dependencies {
//helperclass4j
implementation: 'io.github.micwan88:helperclass4j:2.0.1'
}
helperclass4j is under MIT License