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

io.jstach.rainbowgum.annotation.RainbowGumVersion Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package io.jstach.rainbowgum.annotation;

/**
 * Provides the version information of Rainbow Gum as static literals.
 */
public final class RainbowGumVersion {
	private RainbowGumVersion() {
	}
	/**
	 * Rainbow Gum Version.
	 */
	public static final String VERSION = "0.7.1";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy