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