GroupId | GroupIdcn.watsontech.webhelper |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
common-0.2.pom | |
common-0.2.jar | 64 KB |
common-0.2-sources.jar | 46 KB |
common-0.2-javadoc.jar | 210 KB |
Browse |
<!-- 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"]