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

cc.catalysts.gradle.plugins.gwt.GwtModule.groovy Maven / Gradle / Ivy

The newest version!
package cc.catalysts.gradle.plugins.gwt

import org.gradle.api.Named

/**
 * @author Catalysts GmbH, www.catalysts.cc
 */
class GwtModule implements Named {

    String name
    String modulename

    public GwtModule(String name) {
        this.name = name;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy