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
$sdk version
$sdk help
$sdk list
$sdk list groovy
$sdk install groovy
$sdk install scala 2.12.1
$sdk uninstall scala 2.11.6
0 Comments