public interface ArtifactBlacklist
Modifier and Type | Method and Description |
---|---|
void |
add(org.sonatype.aether.artifact.Artifact artifact) |
void |
add(String groupId,
String artifactId) |
boolean |
contains(org.sonatype.aether.artifact.Artifact artifact) |
boolean |
contains(String groupId,
String artifactId) |
Copyright © 2012-2019 Red Hat, Inc.. All Rights Reserved.