GroupId | GroupIdio.github.software-hhao |
---|---|
ArtifactId | ArtifactIdhhao-common-parent |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
hhao-common-parent-1.0.3.pom | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.software-hhao/hhao-common-parent/ -->
<dependency>
<groupId>io.github.software-hhao</groupId>
<artifactId>hhao-common-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.software-hhao/hhao-common-parent/
implementation 'io.github.software-hhao:hhao-common-parent:1.0.3'
// https://jarcasting.com/artifacts/io.github.software-hhao/hhao-common-parent/
implementation ("io.github.software-hhao:hhao-common-parent:1.0.3")
'io.github.software-hhao:hhao-common-parent:pom:1.0.3'
<dependency org="io.github.software-hhao" name="hhao-common-parent" rev="1.0.3">
<artifact name="hhao-common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.software-hhao', module='hhao-common-parent', version='1.0.3')
)
libraryDependencies += "io.github.software-hhao" % "hhao-common-parent" % "1.0.3"
[io.github.software-hhao/hhao-common-parent "1.0.3"]