s

spring-data-build-resources

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