码迷,mamicode.com
首页 > 其他好文 > 详细

Groovy安装

时间:2016-01-10 01:39:27      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

进入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

技术分享

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安装

标签:

原文地址:http://www.cnblogs.com/whroid/p/5117640.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!