Skip to content

3.0.19

Compare
Choose a tag to compare
@tkohegyi tkohegyi released this 07 Apr 20:03
· 54 commits to master since this release

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!