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