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