$ sdk list
================================================================================
Available Candidates
================================================================================
q-quit /-search down
j-down ?-search up
k-up h-help
--------------------------------------------------------------------------------
Ant (1.10.1) https://ant.apache.org/
Apache Ant is a Java library and command-line tool whose mission is to drive
processes described in build files as targets and extension points dependent
upon each other. The main known usage of Ant is the build of Java applications.
Ant supplies a number of built-in tasks allowing to compile, assemble, test and
run Java applications. Ant can also be used effectively to build non Java
applications, for instance C or C++ applications. More generally, Ant can be
used to pilot any type of process which can be described in terms of targets and
tasks.
$ sdk install ant
--------------------------------------------------------------------------------
AsciidoctorJ (2.1.0) http://asciidoctor.org/
AsciidoctorJ is the official library for running Asciidoctor on the JVM. Using
AsciidoctorJ, you can convert AsciiDoc content or analyze the structure of a
parsed AsciiDoc document from Java and other JVM languages.
$ sdk install asciidoctorj
--------------------------------------------------------------------------------
(略)
$ sdk install java 12.0.2-open
Downloading: java 12.0.2-open
In progress...
######################################################################################################################################################### 100.0%
Repackaging Java 12.0.2-open...
Done repackaging...
Installing: java 12.0.2-open
Done installing!
Do you want java 12.0.2-open to be set as default? (Y/n): Y
Setting java 12.0.2-open as default.