Created
September 30, 2019 07:08
-
-
Save mahdi-malv/484df2619ff15625bbcdf84cb7e3b4ed to your computer and use it in GitHub Desktop.
Get maven repo details using cUrl
This file contains hidden or 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 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