ch.mimo.netty.handler.codec.icap.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netty-icap Show documentation
Show all versions of netty-icap Show documentation
ICAP Codec implementation for JBoss Netty
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