![JAR search and dependency download from the Maven repository](/logo.png)
com.lesfurets.maven.partial.core.DifferentFiles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of partial-build-plugin Show documentation
Show all versions of partial-build-plugin Show documentation
A maven plugin for partially building multi-module projects based on changes in the Git repository.
The newest version!
package com.lesfurets.maven.partial.core;
import java.io.IOException;
import java.nio.file.Path;
import java.util.Set;
public interface DifferentFiles {
Set get() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy