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
文件下载
文件名 操作
spring-data-build-1.9.8.RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.data.build</groupId>
  <artifactId>spring-data-build</artifactId>
  <version>1.9.8.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.data.build:spring-data-build:1.9.8.RELEASE'
Gradle Kotlin
implementation("org.springframework.data.build:spring-data-build:1.9.8.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.data.build" % "spring-data-build" % "1.9.8.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data.build', module='spring-data-build', version='1.9.8.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.data.build" name="spring-data-build" rev="1.9.8.RELEASE" />
Leiningen
[org.springframework.data.build/spring-data-build "1.9.8.RELEASE"]
Apache Buildr
'org.springframework.data.build:spring-data-build:jar:1.9.8.RELEASE'
本项目依赖
该项目无第三方依赖