<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.plugin" % "spring-plugin-core" % "1.1.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.plugin', module='spring-plugin-core', version='1.1.0.RELEASE')
)
<dependency org="org.springframework.plugin" name="spring-plugin-core" rev="1.1.0.RELEASE" />