![JAR search and dependency download from the Maven repository](/logo.png)
org.whitesource.maven.utils.dependencies.AetherDependency Maven / Gradle / Ivy
package org.whitesource.maven.utils.dependencies;
import java.util.Collection;
/**
* Author: Itai Marko
*/
public interface AetherDependency {
String getScope();
AetherArtifact getArtifact();
boolean isOptional();
Collection getExclusions();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy