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

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

There is a newer version: 20.7.1
Show newest version
package org.whitesource.maven.utils.dependencies;

/**
 * Author: Itai Marko
 */
public interface AetherExclusion {

    String getArtifactId();

    String getGroupId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy