3.0.19
First open sourced release. See documentation here: http://epam.github.io/Gepard/
Refer to this release in gradle build file in the following way:
dependencies {
compile "com.epam.gepard:gepard-core:3.0.19"
}
Use the project template file as starting point for your new project. Just extract it and execute
gradlew.bat run
, and after the run, see reports in build/gepard-result
folder.
Have fun!