g.junit-grading.0.21.0.source-code.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-grading Show documentation
Show all versions of junit-grading Show documentation
Testing library to run with grading student examination.
The newest version!
/**
* Automatically generated file containing build version information.
*/
public final class Version {
public static final String MAVEN_GROUP = "hr.fer.grading";
public static final String MAVEN_NAME = "junit-grading";
public static final String VERSION = "0.21.0";
public static final int GIT_REVISION = 93;
public static final String GIT_SHA = "21f7e1861605cc800c8bf1e98b1a90625e99298a";
public static final String GIT_DATE = "2024-07-08T18:33:47Z";
public static final String GIT_BRANCH = "master";
public static final String BUILD_DATE = "2024-08-28T03:36:11Z";
public static final long BUILD_UNIX_TIME = 1724816171419L;
public static final int DIRTY = 1;
private Version(){}
}