Files download
File Operation
buession-springboot-parent-1.3.2.pom download
Apache Maven
<dependency>
  <groupId>com.buession.springboot</groupId>
  <artifactId>buession-springboot-parent</artifactId>
  <version>1.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.buession.springboot:buession-springboot-parent:1.3.2'
Gradle Kotlin
implementation("com.buession.springboot:buession-springboot-parent:1.3.2")
Scala SBT
libraryDependencies += "com.buession.springboot" % "buession-springboot-parent" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.buession.springboot', module='buession-springboot-parent', version='1.3.2')
)
Apache Ivy
<dependency org="com.buession.springboot" name="buession-springboot-parent" rev="1.3.2" />
Leiningen
[com.buession.springboot/buession-springboot-parent "1.3.2"]
Apache Buildr
'com.buession.springboot:buession-springboot-parent:jar:1.3.2'