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

io.edurt.datacap.pinot.org.jboss.netty.util.Version Maven / Gradle / Ivy

There is a newer version: 2024.03.6
Show newest version
// DO NOT MODIFY - WILL BE OVERWRITTEN DURING THE BUILD PROCESS
package io.edurt.datacap.pinot.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.9.6.Final-f2fdcc9";
 /** 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