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

com.develhack.lombok.Version Maven / Gradle / Ivy

Go to download

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