is not current version
Last Version 0.2.1.2

cn.watsontech.webhelper:common 0.2


GroupId

GroupId

cn.watsontech.webhelper
ArtifactId

ArtifactId

common
Version

Version

0.2
Type

Type

jar

Download common 0.2


<!-- https://jarcasting.com/artifacts/cn.watsontech.webhelper/common/ -->
<dependency>
    <groupId>cn.watsontech.webhelper</groupId>
    <artifactId>common</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/common/
implementation 'cn.watsontech.webhelper:common:0.2'
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/common/
implementation ("cn.watsontech.webhelper:common:0.2")
'cn.watsontech.webhelper:common:jar:0.2'
<dependency org="cn.watsontech.webhelper" name="common" rev="0.2">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.watsontech.webhelper', module='common', version='0.2')
)
libraryDependencies += "cn.watsontech.webhelper" % "common" % "0.2"
[cn.watsontech.webhelper/common "0.2"]