asdf-spotbugs [](https://github.com/jiahuili430/asdf-spotbugs/actions/workflows/build.yml) [](https://github.com/jiahuili430/asdf-spotbugs/actions/workflows/lint.yml)
February 5, 2025 · View on GitHub
asdf-spotbugs

spotbugs plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar, and POSIX utilities.
Install
Plugin:
asdf plugin add spotbugs
# or
asdf plugin add spotbugs https://github.com/jiahuili430/asdf-spotbugs.git
spotbugs:
# Show all installable versions
asdf list all spotbugs
# Install specific version
asdf install spotbugs latest
# Set a version in the user's home directory (on your ~/.tool-versions file)
asdf set --home spotbugs latest
# Now spotbugs commands are available
spotbugs -help
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.