![JAR search and dependency download from the Maven repository](/logo.png)
hu.blackbelt.flutter.maven.plugin.api.ArchiveExtractor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flutter-maven-plugin
Show all versions of flutter-maven-plugin
Flutter Maven plugin. It can run to flutter tasks
The newest version!
package hu.blackbelt.flutter.maven.plugin.api;
public interface ArchiveExtractor {
void extract(String archive, String destinationDirectory) throws ArchiveExtractionException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy