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