bash
,curl
,tar
: generic POSIX utilities.
Plugin:
asdf plugin add ant
# or
asdf plugin add https://github.com/jackboespflug/asdf-ant.git
ant:
# Show all installable versions
asdf list-all ant
# Install specific version
asdf install ant latest
# Set a version globally (on your ~/.tool-versions file)
asdf global ant latest
# Now ant commands are available
ant -version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Jack Boespflug