<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.shell" % "spring-shell-starter" % "2.0.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-starter', version='2.0.0.RELEASE')
)
<dependency org="org.springframework.shell" name="spring-shell-starter" rev="2.0.0.RELEASE" />
<parent> <groupId>org.springframework.shell</groupId> <artifactId>spring-shell-parent</artifactId> <version>2.0.0.RELEASE</version> </parent>
compile
|-- org.springframework.shell:spring-shell-core
|-- org.springframework.shell:spring-shell-standard
|-- org.springframework.shell:spring-shell-standard-commands
|-- org.springframework.shell:spring-shell-shell1-adapter
|-- org.springframework.shell:spring-shell-jcommander-adapter