![JAR search and dependency download from the Maven repository](/logo.png)
org.openid4java.shaded.cyberneko.html.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openid4java-shaded Show documentation
Show all versions of openid4java-shaded Show documentation
openid4java (Third party dependencies shaded)
/* (C) Copyright 2002-2008, Andy Clark. All rights reserved. */
package org.cyberneko.html;
/**
* This class holds version information for the CyberNeko HTML Parser.
*
* @author Andy Clark
*/
public class Version {
/** Returns the version string. */
public static String getVersion() { return "NekoHTML 1.9.10"; }
/** Prints the version string to standard output. */
public static void main(String[] argv) {
System.out.println(getVersion());
} // main(String[])
} // class Version
© 2015 - 2025 Weber Informatics LLC | Privacy Policy