Registry / cli / spring-shell-starter

spring-shell-starter

JSON →
library4.0.1javamavenunverified

Starter dependency for building interactive command-line applications with Spring Shell.

<dependency> <groupId>org.springframework.shell</groupId> <artifactId>spring-shell-starter</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SHELL-START
S
spring-shell-starter
clijavav4.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ShellComponent
org.springframework.shell.standard.ShellComponent

Define a simple Spring Shell command component.

import org.springframework.shell.standard.ShellComponent; import org.springframework.shell.standard.ShellMethod; @ShellComponent public class MyCommands { @ShellMethod("Say hello") public String hello() { return "Hello, World!"; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Resources
spring-shell-starter — mvn dependency:get spring-shell-starter · libregistry