# asdf-java-new **Repository Path**: bryan_lin/asdf-java-new ## Basic Information - **Project Name**: asdf-java-new - **Description**: asdf-java管理Java版本 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-07-19 - **Last Updated**: 2023-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # asdf-maven [Maven](https://en.wikipedia.org/wiki/Apache_Maven) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager. ## Install After installing [asdf](https://github.com/asdf-vm/asdf), you can add this plugin like this: ```bash asdf plugin-add maven ``` and install new versions like this: ```bash asdf install maven 3.5.4 ``` and switch versions like this: ```bash asdf global maven 3.5.4 ``` ## Reading Read the [asdf readme](https://github.com/asdf-vm/asdf) for instructions on how to install and manage versions of any language. If you have trouble with any expected features, have any feature requests or want to contribute, please [do an issue](https://github.com/skotchpine/asdf-maven/issues). ## Development - asdf's [creating-plugins.md](https://github.com/asdf-vm/asdf/blob/master/docs/creating-plugins.md) - [Bash Hackers Wiki](http://wiki.bash-hackers.org/)