Using SDKMAN for Your Development Environment
Last Updated on April 15, 2020 by jt Introduction SDKMAN is a command line utility we can use to make managing our development environments easier. By using SDKMAN we can easily install, update, or switch to specific versions of popular tools such as the Java JDK, Maven, Gradle, and Groovy. In this tutorial, we will […]Continue reading