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