Skip to content

Instantly share code, notes, and snippets.

@mahdi-malv
Created September 30, 2019 07:08
Show Gist options
  • Save mahdi-malv/484df2619ff15625bbcdf84cb7e3b4ed to your computer and use it in GitHub Desktop.
Save mahdi-malv/484df2619ff15625bbcdf84cb7e3b4ed to your computer and use it in GitHub Desktop.
Get maven repo details using cUrl
curl https://api.bintray.com/search/packages/maven\?g\=co.pushe.plus | python3 -mjson.tool | grep -i name
# Bintray REST: https://bintray.com/docs/api
# ?g is group
# python3 -mjson.tool will beautify the output json
# grep name will get only module names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment