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