Gradle Library EPAM

Gradle project producing a single jar. Uses the maven plugin to publish the jar to the local repository.

https://jitpack.io/v/NodirUmarov/gradle-library-epam

To install the library add:

repositories { 
     ...
     maven { url "https://jitpack.io" }
}
dependencies {
         implementation 'com.github.NodirUmarov:gradle-library-epam:1.3.5-beta'
}