static class DefaultPluginVersionResolver.Key
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
artifactId |
(package private) java.lang.String |
groupId |
(package private) int |
hash |
(package private) java.util.List<org.eclipse.aether.repository.RemoteRepository> |
repositories |
Constructor and Description |
---|
Key(java.lang.String groupId,
java.lang.String artifactId,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
final java.lang.String groupId
final java.lang.String artifactId
final java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories
final int hash