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