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

qcloud.storage.ranger.thirdparty.org.jboss.netty.util.Version Maven / Gradle / Ivy

// DO NOT MODIFY - WILL BE OVERWRITTEN DURING THE BUILD PROCESS
package qcloud.storage.ranger.thirdparty.org.jboss.netty.util;
/**
 * Provides the version information of Netty.
 * @apiviz.landmark
 */
@SuppressWarnings("all")
public final class Version {
 /** The version identifier. */
 public static final String ID = "3.7.0.Final-5b2cb54";
 /** Prints out the version identifier to stdout. */
 public static void main(String[] args) { System.out.println(ID); }
 private Version() { }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy