GroupId | GroupIdcn.watsontech.webhelper |
---|---|
ArtifactId | ArtifactIdweb-common |
Version | Version0.2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
web-common-0.2.1.1.pom | |
web-common-0.2.1.1.jar | 133 KB |
web-common-0.2.1.1-sources.jar | 91 KB |
web-common-0.2.1.1-javadoc.jar | 738 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.watsontech.webhelper/web-common/ -->
<dependency>
<groupId>cn.watsontech.webhelper</groupId>
<artifactId>web-common</artifactId>
<version>0.2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/web-common/
implementation 'cn.watsontech.webhelper:web-common:0.2.1.1'
// https://jarcasting.com/artifacts/cn.watsontech.webhelper/web-common/
implementation ("cn.watsontech.webhelper:web-common:0.2.1.1")
'cn.watsontech.webhelper:web-common:jar:0.2.1.1'
<dependency org="cn.watsontech.webhelper" name="web-common" rev="0.2.1.1">
<artifact name="web-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.watsontech.webhelper', module='web-common', version='0.2.1.1')
)
libraryDependencies += "cn.watsontech.webhelper" % "web-common" % "0.2.1.1"
[cn.watsontech.webhelper/web-common "0.2.1.1"]