文件名 | 操作 |
---|---|
spring-data-build-resources-1.6.1.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>1.6.1.RELEASE</version>
<type>pom</type>
</dependency>
implementation 'org.springframework.data.build:spring-data-build-resources:1.6.1.RELEASE'
implementation("org.springframework.data.build:spring-data-build-resources:1.6.1.RELEASE")
libraryDependencies += "org.springframework.data.build" % "spring-data-build-resources" % "1.6.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.data.build', module='spring-data-build-resources', version='1.6.1.RELEASE')
)
<dependency org="org.springframework.data.build" name="spring-data-build-resources" rev="1.6.1.RELEASE" />