File | Operation |
---|---|
spring-data-mongodb-parent-1.5.0.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>1.5.0.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-mongodb-parent" % "1.5.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-mongodb-parent', version='1.5.0.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-mongodb-parent" rev="1.5.0.RELEASE" />