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