com.github.bogdanlivadariu.reporting.testng.helpers.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng-reporting-handlebars Show documentation
Show all versions of testng-reporting-handlebars Show documentation
Module used to generate TestNG reports using handlebars
package com.github.bogdanlivadariu.reporting.testng.helpers;
public class Constants {
public static final String LATEST_LIB = "1.0.0";
}