d

deps-spring-boot-2.1

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