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

ch.mimo.netty.handler.codec.icap.Version Maven / Gradle / Ivy

The newest version!
// DO NOT MODIFY - WILL BE OVERWRITTEN DURING THE BUILD PROCESS
package ch.mimo.netty.handler.codec.icap;
/**
 * Provides the version information of this Project.
 */
public final class Version {
 /** The version identifier. */
 public static final String ID = "1.0.1.GA-6d1c002";
 /** Prints out the version identifier to stdout. */
 public static void main(String[] args) { System.out.println(ID); }
 private Version() { super(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy