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

org.uberfire.ext.apps.client.resources.WebAppResource Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
package org.uberfire.ext.apps.client.resources;

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

public interface WebAppResource
        extends
        ClientBundle {

    WebAppResource INSTANCE = GWT.create( WebAppResource.class );

    @Source("css/apps.css")
    AppsCss CSS();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy