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