d

deps-spring-boot

Dependency management for spring-boot, spring-data, spring-cloud
https://github.com/ci-and-cd/deps-spring-boot
MIT License
Files download
File Operation
deps-spring-boot-0.1.7.pom download
Apache Maven
<dependency>
  <groupId>cn.home1</groupId>
  <artifactId>deps-spring-boot</artifactId>
  <version>0.1.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.home1:deps-spring-boot:0.1.7'
Gradle Kotlin
implementation("cn.home1:deps-spring-boot:0.1.7")
Scala SBT
libraryDependencies += "cn.home1" % "deps-spring-boot" % "0.1.7"
Groovy Grape
@Grapes(
  @Grab(group='cn.home1', module='deps-spring-boot', version='0.1.7')
)
Apache Ivy
<dependency org="cn.home1" name="deps-spring-boot" rev="0.1.7" />
Leiningen
[cn.home1/deps-spring-boot "0.1.7"]
Apache Buildr
'cn.home1:deps-spring-boot:jar:0.1.7'