is not current version
Last Version 2.7.1

org.springframework.data.build:spring-data-build-resources 1.8.11.RELEASE

Commonly needed resources like JavaDoc CSS and so on

Categories

Categories

Data
GroupId

GroupId

org.springframework.data.build
ArtifactId

ArtifactId

spring-data-build-resources
Version

Version

1.8.11.RELEASE
Type

Type

pom

Download spring-data-build-resources 1.8.11.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.data.build/spring-data-build-resources/ -->
<dependency>
    <groupId>org.springframework.data.build</groupId>
    <artifactId>spring-data-build-resources</artifactId>
    <version>1.8.11.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data.build/spring-data-build-resources/
implementation 'org.springframework.data.build:spring-data-build-resources:1.8.11.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data.build/spring-data-build-resources/
implementation ("org.springframework.data.build:spring-data-build-resources:1.8.11.RELEASE")
'org.springframework.data.build:spring-data-build-resources:pom:1.8.11.RELEASE'
<dependency org="org.springframework.data.build" name="spring-data-build-resources" rev="1.8.11.RELEASE">
  <artifact name="spring-data-build-resources" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data.build', module='spring-data-build-resources', version='1.8.11.RELEASE')
)
libraryDependencies += "org.springframework.data.build" % "spring-data-build-resources" % "1.8.11.RELEASE"
[org.springframework.data.build/spring-data-build-resources "1.8.11.RELEASE"]