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