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

com.googlecode.html.Version Maven / Gradle / Ivy

There is a newer version: 0.63
Show newest version
/* (C) Copyright 2002-2010, Andy Clark, Marc Guillemot. All rights reserved. */

package com.googlecode.html;

/**
 * This class holds version information for the CyberNeko HTML Parser.
 *
 * @author Andy Clark, Marc Guillemot
 */
public class Version {

    /**
     * Returns the version string.
     */
    public static String getVersion() {
        return "NekoHTML 1.9.15";
    }

} // class Version




© 2015 - 2024 Weber Informatics LLC | Privacy Policy