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

org.whitesource.maven.utils.dependencies.AetherDependency Maven / Gradle / Ivy

There is a newer version: 20.7.1
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy