SDK man is an awesome tool to install dependencies in Spring boot applications. I found it pretty useful for installing and uninstalling groovy and scala. Refer this link for more such commands


To find out sdk man version one is using
$sdk version

Get help
$sdk help

List all things you can install with sdk man
$sdk list

list out all available groovy versions
$sdk list groovy

Install groovy
$sdk install groovy

Install a specific version
$sdk install scala 2.12.1

UnInstall a specific version
$sdk uninstall scala 2.11.6

Categories: JavaTutorial

0 Comments

What do you think?