s

spring-data-build-resources

Commonly needed resources like JavaDoc CSS and so on
文件下载
文件名 操作
spring-data-build-resources-3.1.4.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.data.build</groupId>
  <artifactId>spring-data-build-resources</artifactId>
  <version>3.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.data.build:spring-data-build-resources:3.1.4'
Gradle Kotlin
implementation("org.springframework.data.build:spring-data-build-resources:3.1.4")
Scala SBT
libraryDependencies += "org.springframework.data.build" % "spring-data-build-resources" % "3.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data.build', module='spring-data-build-resources', version='3.1.4')
)
Apache Ivy
<dependency org="org.springframework.data.build" name="spring-data-build-resources" rev="3.1.4" />
Leiningen
[org.springframework.data.build/spring-data-build-resources "3.1.4"]
Apache Buildr
'org.springframework.data.build:spring-data-build-resources:jar:3.1.4'