Skip to content

micwan88/helperclass4j

Repository files navigation

Welcome to helperclass4j

CircleCI Maven Central

This is a java helper class library for the author (Michael Wan) self usage.

Contribution

This library is created for my own interest but it is welcome for anyone to fork or contribute.

Using helperclass4j

Gradle project

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'
}

License

helperclass4j is under MIT License