g.markdown-to-html.0.19.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 markdown-to-html Show documentation
Show all versions of markdown-to-html Show documentation
Library for converting markdown with code and plantuml to local html page.
/**
* 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 = "markdown-to-html";
public static final String VERSION = "0.19.0";
public static final int GIT_REVISION = 88;
public static final String GIT_SHA = "2f61f9158f46d28f9f654189738564a3381fb81f";
public static final String GIT_DATE = "2024-01-06T07:10:17Z";
public static final String GIT_BRANCH = "master";
public static final String BUILD_DATE = "2024-04-15T23:33:16Z";
public static final long BUILD_UNIX_TIME = 1713223996911L;
public static final int DIRTY = 1;
private Version(){}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy