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