| GroupId | GroupIdtech.mhuang |
|---|---|
| ArtifactId | ArtifactIdhmtool-parent |
| Version | Version1.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hmtool-parent-1.1.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang/hmtool-parent/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>hmtool-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-parent/
implementation 'tech.mhuang:hmtool-parent:1.1.0'
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-parent/
implementation ("tech.mhuang:hmtool-parent:1.1.0")
'tech.mhuang:hmtool-parent:pom:1.1.0'
<dependency org="tech.mhuang" name="hmtool-parent" rev="1.1.0">
<artifact name="hmtool-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='hmtool-parent', version='1.1.0')
)
libraryDependencies += "tech.mhuang" % "hmtool-parent" % "1.1.0"
[tech.mhuang/hmtool-parent "1.1.0"]