public int hashCode()

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


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