Created
June 13, 2016 11:41
-
-
Save heyLu/3739ea2dfce962816111964a3afdaf95 to your computer and use it in GitHub Desktop.
Searching maven using curl (and jq)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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