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