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