jsupload.client.bundle.JsUploadCss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsupload Show documentation
Show all versions of jsupload Show documentation
JsUpload library: JavaScript ready to use in non gwt web apps and cgi-bin server script.
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();
}