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

jsupload.client.bundle.JsUploadCss Maven / Gradle / Ivy

Go to download

JsUpload library: JavaScript ready to use in non gwt web apps and cgi-bin server script.

There is a newer version: 1.0.3
Show newest version
package jsupload.client.bundle;

import com.google.gwt.core.client.GWT;
import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.CssResource;

public interface JsUploadCss extends ClientBundle {
    public static final JsUploadCss INSTANCE =  GWT.create(JsUploadCss.class);

    @Source("JsUpload.css")
    public CssResource css();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy