j

jinahya-parent

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