consoleio

If you need Console interaction, java.io.Console is a thing (since Java 8), but there are also text-ui oriented libraries that mimic what Curses would give you.
URL: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Console.html
zircon, jexer, lanterna, tamboui, and textio