in src/main/java/org/apache/sling/tooling/lc/aether/AetherSetup.java [66:70]
    public File download(String coordinates) throws ArtifactResolutionException {
        ArtifactResult fromResult = system.resolveArtifact(session, new ArtifactRequest(new DefaultArtifact(coordinates), repos, null));
        return fromResult.getArtifact().getFile();
    }