All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.trolley.Version Maven / Gradle / Ivy

The newest version!
package com.trolley;

/**
 * Public class provide SemVer information
 */
public class Version {
    public static int MAJOR = 2;
    public static int MINOR = 0;
    public static int PATCH = 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy