File | Operation |
---|---|
spring-shell-parent-2.0.0.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.0.0.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.shell" % "spring-shell-parent" % "2.0.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-parent', version='2.0.0.RELEASE')
)
<dependency org="org.springframework.shell" name="spring-shell-parent" rev="2.0.0.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.8.RELEASE</version> </parent>