Skip to content

Instantly share code, notes, and snippets.

@heyLu
Created June 13, 2016 11:41
Show Gist options
  • Save heyLu/3739ea2dfce962816111964a3afdaf95 to your computer and use it in GitHub Desktop.
Save heyLu/3739ea2dfce962816111964a3afdaf95 to your computer and use it in GitHub Desktop.
Searching maven using curl (and jq)
curl -s 'http://search.maven.org/solrsearch/select?q=g:org.clojure+AND+a:test.check+AND+p:jar&core=gav&rows=1&wt=json' | jq '.response.docs[]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment