boofcv.BoofVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boofcv-types Show documentation
Show all versions of boofcv-types Show documentation
BoofCV is an open source Java library for real-time computer vision and robotics applications.
The newest version!
package boofcv;
import javax.annotation.Generated;
/**
* Automatically generated file containing build version information.
*/
@Generated("com.peterabeles.GVersion")
public final class BoofVersion {
public static final String MAVEN_GROUP = "org.boofcv";
public static final String MAVEN_NAME = "autocode";
public static final String VERSION = "1.1.7";
public static final int GIT_REVISION = 5441;
public static final String GIT_SHA = "71b3595622002702f98038e81d44298c0641ac88";
public static final String GIT_DATE = "2024-10-05T16:08:16Z";
public static final String GIT_BRANCH = "SNAPSHOT";
public static final String BUILD_DATE = "2024-10-05T16:08:42Z";
public static final long BUILD_UNIX_TIME = 1728144522781L;
public static final int DIRTY = 0;
private BoofVersion(){}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy