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

org.dashbuilder.common.client.resources.bundles.DashbuilderCommonResources Maven / Gradle / Ivy

The newest version!
package org.dashbuilder.common.client.resources.bundles;

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

public interface DashbuilderCommonResources extends ClientBundle {

    DashbuilderCommonResources INSTANCE = GWT.create(DashbuilderCommonResources.class);
    
    DashbuilderCommonImages IMAGES = GWT.create(DashbuilderCommonImages.class);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy