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