public int hashCode()

in src/main/java/org/apache/sling/tooling/lc/aether/ArtifactKey.java [49:51]


    public int hashCode() {
        return Objects.hash(artifactId, classifier, groupId, type);
    }