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

hu.blackbelt.flutter.maven.plugin.api.CacheResolver Maven / Gradle / Ivy

The newest version!
package hu.blackbelt.flutter.maven.plugin.api;

import java.io.File;

public interface CacheResolver {
  File resolve(CacheDescriptor cacheDescriptor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy