
com.develhack.lombok.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of develhacked-lombok Show documentation
Show all versions of develhacked-lombok Show documentation
The library enhancing Java classes at compilation by annotations that contained in the Develhack Core Library.
The newest version!
package com.develhack.lombok;
public class Version {
private static final String VERSION = "0.1.5";
public static void main(String[] args) {
System.out.println(VERSION);
}
public static String getVersion() {
return VERSION;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy