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

org.kie.uberfire.social.activities.client.AppResource Maven / Gradle / Ivy

There is a newer version: 7.0.0.Beta5
Show newest version
package org.kie.uberfire.social.activities.client;

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

public interface AppResource
        extends
        ClientBundle {

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

    AppImages images();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy