com.redhat.ceylon.cmr.resolver.aether.ExclusionDescriptor Maven / Gradle / Ivy
package com.redhat.ceylon.cmr.resolver.aether;
public interface ExclusionDescriptor {
public String getGroupId();
public String getArtifactId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy