GroupId | GroupIdtop.hmtools |
---|---|
ArtifactId | ArtifactIdhm-tools-common |
Version | Version0.0.1.beta-20180114a |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.hmtools/hm-tools-common/ -->
<dependency>
<groupId>top.hmtools</groupId>
<artifactId>hm-tools-common</artifactId>
<version>0.0.1.beta-20180114a</version>
</dependency>
// https://jarcasting.com/artifacts/top.hmtools/hm-tools-common/
implementation 'top.hmtools:hm-tools-common:0.0.1.beta-20180114a'
// https://jarcasting.com/artifacts/top.hmtools/hm-tools-common/
implementation ("top.hmtools:hm-tools-common:0.0.1.beta-20180114a")
'top.hmtools:hm-tools-common:jar:0.0.1.beta-20180114a'
<dependency org="top.hmtools" name="hm-tools-common" rev="0.0.1.beta-20180114a">
<artifact name="hm-tools-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.hmtools', module='hm-tools-common', version='0.0.1.beta-20180114a')
)
libraryDependencies += "top.hmtools" % "hm-tools-common" % "0.0.1.beta-20180114a"
[top.hmtools/hm-tools-common "0.0.1.beta-20180114a"]