Spring Shell provides a framework for building interactive command-line applications in Java.
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Annotate a class with @ShellComponent and methods with @ShellMethod to create CLI commands.
Use org.springframework.shell:spring-shell-starter for modern versions.
No dependency data recorded yet.