GroupId | GroupIdtop.hmtools |
---|---|
ArtifactId | ArtifactIdhm-tools-common |
Version | Version0.0.1.beta-20171223b |
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-20171223b</version>
</dependency>
// https://jarcasting.com/artifacts/top.hmtools/hm-tools-common/
implementation 'top.hmtools:hm-tools-common:0.0.1.beta-20171223b'
// https://jarcasting.com/artifacts/top.hmtools/hm-tools-common/
implementation ("top.hmtools:hm-tools-common:0.0.1.beta-20171223b")
'top.hmtools:hm-tools-common:jar:0.0.1.beta-20171223b'
<dependency org="top.hmtools" name="hm-tools-common" rev="0.0.1.beta-20171223b">
<artifact name="hm-tools-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.hmtools', module='hm-tools-common', version='0.0.1.beta-20171223b')
)
libraryDependencies += "top.hmtools" % "hm-tools-common" % "0.0.1.beta-20171223b"
[top.hmtools/hm-tools-common "0.0.1.beta-20171223b"]