<dependency>
<groupId>org.springframework.roo</groupId>
<artifactId>org.springframework.roo.shell</artifactId>
<version>2.0.0.M1</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.shell" % "2.0.0.M1"
@Grapes(
@Grab(group='org.springframework.roo', module='org.springframework.roo.shell', version='2.0.0.M1')
)
<dependency org="org.springframework.roo" name="org.springframework.roo.shell" rev="2.0.0.M1" />