s

spring-data-build

Modules to centralize common resources and configuration for Spring Data Maven builds.
https://github.com/spring-projects/spring-data-build
Apache License, Version 2.0
Pivotal Software, Inc.
Oliver Gierke
Files download
File Operation
spring-data-build-1.9.6.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.data.build</groupId>
  <artifactId>spring-data-build</artifactId>
  <version>1.9.6.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.data.build:spring-data-build:1.9.6.RELEASE'
Gradle Kotlin
implementation("org.springframework.data.build:spring-data-build:1.9.6.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.data.build" % "spring-data-build" % "1.9.6.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data.build', module='spring-data-build', version='1.9.6.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.data.build" name="spring-data-build" rev="1.9.6.RELEASE" />
Leiningen
[org.springframework.data.build/spring-data-build "1.9.6.RELEASE"]
Apache Buildr
'org.springframework.data.build:spring-data-build:jar:1.9.6.RELEASE'
Dependencies
The project has no third-party dependencies