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

nt-media-server.1.2.5.source-code.Version Maven / Gradle / Ivy

import org.red5.server.api.Red5;

/**
 * Provides information about the version of Red5 being used.
 * 
 * @author Paul Gregoire
 */
public class Version {

    public static void main(String[] args) {
        System.out.printf("Ant Media Server Version: %s %s%n", io.antmedia.Version.class.getPackage().getImplementationVersion());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy