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