<dependency> <groupId>com.github.jinahya</groupId> <artifactId>jinahya-parent</artifactId> <version>0.9.4</version> <type>pom</type> </dependency>
implementation 'com.github.jinahya:jinahya-parent:0.9.4'
implementation("com.github.jinahya:jinahya-parent:0.9.4")
libraryDependencies += "com.github.jinahya" % "jinahya-parent" % "0.9.4"
@Grapes( @Grab(group='com.github.jinahya', module='jinahya-parent', version='0.9.4') )
<dependency org="com.github.jinahya" name="jinahya-parent" rev="0.9.4" />
[com.github.jinahya/jinahya-parent "0.9.4"]
'com.github.jinahya:jinahya-parent:jar:0.9.4'
<parent> <groupId>com.github.jinahya</groupId> <artifactId>ossrh-parent</artifactId> <version>1.0.6</version> </parent>