Rust binary that polls Google's Maven repository and finds the latest version of the requested dependencies.
Head over to the latest release and follow the instructions for your platform.
Run cargo install --locked adx
on a terminal.
git clone https://github.com/msfjarvis/adx
cd adx
cargo install --path adx
$ adx appcompat
androidx.appcompat:appcompat:1.3.0-alpha02
androidx.appcompat:appcompat-resources:1.3.0-alpha02
$ adx --channel stable appcompat
androidx.appcompat:appcompat:1.2.0
androidx.appcompat:appcompat-resources:1.2.0