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