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

org.javaswift.joss.headers.website.IndexPage Maven / Gradle / Ivy

There is a newer version: 0.9.17
Show newest version
package org.javaswift.joss.headers.website;

public class IndexPage extends WebsiteHeader {

    public static final String INDEX= "Index";

    public IndexPage(String value) {
        super(INDEX, value);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy