d

deps-spring-boot-2.x

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