进入Groovy的官网下载安装SDKMAN()

以下是官网的下载方法(http://www.groovy-lang.org/download.html

This tool makes installing Groovy on any Bash platform (Mac OSX, Linux, Cygwin, Solaris or FreeBSD) very easy.
Simply open a new terminal and enter:

$ curl -s get.sdkman.io | bash

Follow the instructions on-screen to complete installation.
Open a new terminal or type the command:

$ source "$HOME/.sdkman/bin/sdkman-init.sh"

Then install the latest stable Groovy:

$ sdk install groovy

Groovy安装

After installation is complete and you've made it your default version, test it with:

$ groovy -version

That's all there is to it!

Groovy安装

 

相关文章:

  • 2021-07-13
  • 2021-03-27
  • 2022-01-18
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
猜你喜欢
  • 2022-02-20
  • 2021-09-17
  • 2021-04-09
  • 2022-02-23
  • 2022-01-16
  • 2021-05-24
相关资源
相似解决方案