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