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

com.github.cleydyr.dart.command.SassCommand Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.github.cleydyr.dart.command;

import com.github.cleydyr.dart.command.exception.SassCommandException;

public interface SassCommand {
    void execute() throws SassCommandException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy