Awesome
<div align="center">asdf-ant
Ant plugin for the asdf version manager.
</div>Contents
Dependencies
bash
,curl
,tar
: generic POSIX utilities.
Install
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.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © Jack Boespflug