GroupId | GroupIdcom.github.jinahya |
---|---|
ArtifactId | ArtifactIdjinahya-parent |
Version | Version0.7.6 |
Type | Typepom |
Filename | Size |
---|---|
jinahya-parent-0.7.6.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jinahya/jinahya-parent/ -->
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>jinahya-parent</artifactId>
<version>0.7.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/jinahya-parent/
implementation 'com.github.jinahya:jinahya-parent:0.7.6'
// https://jarcasting.com/artifacts/com.github.jinahya/jinahya-parent/
implementation ("com.github.jinahya:jinahya-parent:0.7.6")
'com.github.jinahya:jinahya-parent:pom:0.7.6'
<dependency org="com.github.jinahya" name="jinahya-parent" rev="0.7.6">
<artifact name="jinahya-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='jinahya-parent', version='0.7.6')
)
libraryDependencies += "com.github.jinahya" % "jinahya-parent" % "0.7.6"
[com.github.jinahya/jinahya-parent "0.7.6"]