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

org.dashbuilder.dataset.client.resources.bundles.DataSetClientResources Maven / Gradle / Ivy

package org.dashbuilder.dataset.client.resources.bundles;

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

public interface DataSetClientResources
        extends
        ClientBundle {

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

    DataSetClientImages images();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy