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