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

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

There is a newer version: 6.2.0.CR2
Show newest version
package org.kie.uberfire.apps.client.resources;

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

public interface WebAppResource
        extends
        ClientBundle {

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy