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.0.1.OSS.pom download
Apache Maven
<dependency>
  <groupId>cn.home1</groupId>
  <artifactId>deps-spring-boot</artifactId>
  <version>0.0.1.OSS</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.home1:deps-spring-boot:0.0.1.OSS'
Gradle Kotlin
implementation("cn.home1:deps-spring-boot:0.0.1.OSS")
Scala SBT
libraryDependencies += "cn.home1" % "deps-spring-boot" % "0.0.1.OSS"
Groovy Grape
@Grapes(
  @Grab(group='cn.home1', module='deps-spring-boot', version='0.0.1.OSS')
)
Apache Ivy
<dependency org="cn.home1" name="deps-spring-boot" rev="0.0.1.OSS" />
Leiningen
[cn.home1/deps-spring-boot "0.0.1.OSS"]
Apache Buildr
'cn.home1:deps-spring-boot:jar:0.0.1.OSS'