
com.develhack.lombok.Version Maven / Gradle / Ivy
package com.develhack.lombok;
public class Version {
private static final String VERSION = "0.1.4";
public static void main(String[] args) {
System.out.println(VERSION);
}
public static String getVersion() {
return VERSION;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy